Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp780 NonLocalDepEntry *ExistingResult = nullptr; in getNonLocalCallDependency() local
789 ExistingResult = &*Entry; in getNonLocalCallDependency()
795 if (ExistingResult) { in getNonLocalCallDependency()
796 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency()
819 if (ExistingResult) in getNonLocalCallDependency()
820 ExistingResult->setResult(Dep); in getNonLocalCallDependency()
922 NonLocalDepEntry *ExistingResult = nullptr; in GetNonLocalInfoForBlock() local
924 ExistingResult = &*Entry; in GetNonLocalInfoForBlock()
929 if (ExistingResult && isInvariantLoad && in GetNonLocalInfoForBlock()
930 !ExistingResult->getResult().isNonFuncLocal()) in GetNonLocalInfoForBlock()
[all …]