Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp646 for (auto *Dependant : BI.Dependants) { in computeBlockNonLocalDeps() local
647 auto &DependantBI = BlockInfos[Dependant]; in computeBlockNonLocalDeps()
649 if (Dependant != Dependency && in computeBlockNonLocalDeps()
653 WorkList.push_back(Dependant); in computeBlockNonLocalDeps()