Searched defs:ExistingResult (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp804 NonLocalDepEntry *ExistingResult = nullptr; local
813 ExistingResult = &*Entry;
819 if (ExistingResult) {
820 if (Instruction *Inst = ExistingResult->getResult().getInst()) {
843 if (ExistingResult)
844 ExistingResult->setResult(Dep);
943 NonLocalDepEntry *ExistingResult = nullptr; local
945 ExistingResult = &*Entry;
949 if (ExistingResult && !ExistingResult
[all...]

Completed in 517 milliseconds