Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp775 NonLocalDepEntry *ExistingResult = nullptr; in getNonLocalCallDependency() local
784 ExistingResult = &*Entry; in getNonLocalCallDependency()
790 if (ExistingResult) { in getNonLocalCallDependency()
791 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency()
814 if (ExistingResult) in getNonLocalCallDependency()
815 ExistingResult->setResult(Dep); in getNonLocalCallDependency()
917 NonLocalDepEntry *ExistingResult = nullptr; in getNonLocalInfoForBlock() local
919 ExistingResult = &*Entry; in getNonLocalInfoForBlock()
924 if (ExistingResult && isInvariantLoad && in getNonLocalInfoForBlock()
925 !ExistingResult->getResult().isNonFuncLocal()) in getNonLocalInfoForBlock()
[all …]