Searched refs:ExistingResult (Results 1 – 1 of 1) sorted by relevance
780 NonLocalDepEntry *ExistingResult = nullptr; in getNonLocalCallDependency() local789 ExistingResult = &*Entry; in getNonLocalCallDependency()795 if (ExistingResult) { in getNonLocalCallDependency()796 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency()819 if (ExistingResult) in getNonLocalCallDependency()820 ExistingResult->setResult(Dep); in getNonLocalCallDependency()922 NonLocalDepEntry *ExistingResult = nullptr; in GetNonLocalInfoForBlock() local924 ExistingResult = &*Entry; in GetNonLocalInfoForBlock()929 if (ExistingResult && isInvariantLoad && in GetNonLocalInfoForBlock()930 !ExistingResult->getResult().isNonFuncLocal()) in GetNonLocalInfoForBlock()[all …]