Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp772 NonLocalDepEntry *ExistingResult = nullptr; in getNonLocalCallDependency() local
781 ExistingResult = &*Entry; in getNonLocalCallDependency()
787 if (ExistingResult) { in getNonLocalCallDependency()
788 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency()
811 if (ExistingResult) in getNonLocalCallDependency()
812 ExistingResult->setResult(Dep); in getNonLocalCallDependency()
914 NonLocalDepEntry *ExistingResult = nullptr; in getNonLocalInfoForBlock() local
916 ExistingResult = &*Entry; in getNonLocalInfoForBlock()
921 if (ExistingResult && isInvariantLoad && in getNonLocalInfoForBlock()
922 !ExistingResult->getResult().isNonFuncLocal()) in getNonLocalInfoForBlock()
[all …]