Searched refs:ExistingResult (Results 1 – 1 of 1) sorted by relevance
772 NonLocalDepEntry *ExistingResult = nullptr; in getNonLocalCallDependency() local781 ExistingResult = &*Entry; in getNonLocalCallDependency()787 if (ExistingResult) { in getNonLocalCallDependency()788 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency()811 if (ExistingResult) in getNonLocalCallDependency()812 ExistingResult->setResult(Dep); in getNonLocalCallDependency()914 NonLocalDepEntry *ExistingResult = nullptr; in getNonLocalInfoForBlock() local916 ExistingResult = &*Entry; in getNonLocalInfoForBlock()921 if (ExistingResult && isInvariantLoad && in getNonLocalInfoForBlock()922 !ExistingResult->getResult().isNonFuncLocal()) in getNonLocalInfoForBlock()[all …]