Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp47 class DAGDeltaAlgorithmImpl { class
140 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &_DDA,
159 DAGDeltaAlgorithmImpl &DDAI;
175 DeltaActiveSetHelper(DAGDeltaAlgorithmImpl &_DDAI, in DeltaActiveSetHelper()
182 DAGDeltaAlgorithmImpl::DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &_DDA, in DAGDeltaAlgorithmImpl() function in DAGDeltaAlgorithmImpl
289 bool DAGDeltaAlgorithmImpl::GetTestResult(const changeset_ty &Changes, in GetTestResult()
308 DAGDeltaAlgorithmImpl::Run() { in Run()
359 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run(); in Run()