Home
last modified time | relevance | path

Searched refs:DAGDeltaAlgorithmImpl (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp49 class DAGDeltaAlgorithmImpl { class
142 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &_DDA,
161 DAGDeltaAlgorithmImpl &DDAI;
177 DeltaActiveSetHelper(DAGDeltaAlgorithmImpl &_DDAI, in DeltaActiveSetHelper()
184 DAGDeltaAlgorithmImpl::DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &_DDA, in DAGDeltaAlgorithmImpl() function in DAGDeltaAlgorithmImpl
291 bool DAGDeltaAlgorithmImpl::GetTestResult(const changeset_ty &Changes, in GetTestResult()
310 DAGDeltaAlgorithmImpl::Run() { in Run()
361 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run(); in Run()