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.cpp809 NonLocalDepEntry *ExistingResult = nullptr; in getNonLocalCallDependency() local
818 ExistingResult = &*Entry; in getNonLocalCallDependency()
824 if (ExistingResult) { in getNonLocalCallDependency()
825 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency()
848 if (ExistingResult) in getNonLocalCallDependency()
849 ExistingResult->setResult(Dep); in getNonLocalCallDependency()
951 NonLocalDepEntry *ExistingResult = nullptr; in getNonLocalInfoForBlock() local
953 ExistingResult = &*Entry; in getNonLocalInfoForBlock()
958 if (ExistingResult && isInvariantLoad && in getNonLocalInfoForBlock()
959 !ExistingResult->getResult().isNonFuncLocal()) in getNonLocalInfoForBlock()
[all …]