Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp882 NonLocalDepEntry *ExistingResult = nullptr; in getNonLocalCallDependency() local
891 ExistingResult = &*Entry; in getNonLocalCallDependency()
897 if (ExistingResult) { in getNonLocalCallDependency()
898 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency()
921 if (ExistingResult) in getNonLocalCallDependency()
922 ExistingResult->setResult(Dep); in getNonLocalCallDependency()
1019 NonLocalDepEntry *ExistingResult = nullptr; in GetNonLocalInfoForBlock() local
1021 ExistingResult = &*Entry; in GetNonLocalInfoForBlock()
1025 if (ExistingResult && !ExistingResult->getResult().isDirty()) { in GetNonLocalInfoForBlock()
1027 return ExistingResult->getResult(); in GetNonLocalInfoForBlock()
[all …]