Searched refs:ExistingResult (Results 1 – 1 of 1) sorted by relevance
775 NonLocalDepEntry *ExistingResult = nullptr; in getNonLocalCallDependency() local784 ExistingResult = &*Entry; in getNonLocalCallDependency()790 if (ExistingResult) { in getNonLocalCallDependency()791 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency()814 if (ExistingResult) in getNonLocalCallDependency()815 ExistingResult->setResult(Dep); in getNonLocalCallDependency()917 NonLocalDepEntry *ExistingResult = nullptr; in getNonLocalInfoForBlock() local919 ExistingResult = &*Entry; in getNonLocalInfoForBlock()924 if (ExistingResult && isInvariantLoad && in getNonLocalInfoForBlock()925 !ExistingResult->getResult().isNonFuncLocal()) in getNonLocalInfoForBlock()[all …]