Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp49 class DAGDeltaAlgorithmImpl { class
139 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes,
157 DAGDeltaAlgorithmImpl &DDAI;
173 DeltaActiveSetHelper(DAGDeltaAlgorithmImpl &DDAI, in DeltaActiveSetHelper()
180 DAGDeltaAlgorithmImpl::DAGDeltaAlgorithmImpl( 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()