Searched refs:ExistingResult (Results 1 – 1 of 1) sorted by relevance
809 NonLocalDepEntry *ExistingResult = nullptr; in getNonLocalCallDependency() local818 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() local953 ExistingResult = &*Entry; in getNonLocalInfoForBlock()958 if (ExistingResult && isInvariantLoad && in getNonLocalInfoForBlock()959 !ExistingResult->getResult().isNonFuncLocal()) in getNonLocalInfoForBlock()[all …]