Searched refs:ExistingResult (Results 1 – 1 of 1) sorted by relevance
882 NonLocalDepEntry *ExistingResult = nullptr; in getNonLocalCallDependency() local891 ExistingResult = &*Entry; in getNonLocalCallDependency()897 if (ExistingResult) { in getNonLocalCallDependency()898 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency()921 if (ExistingResult) in getNonLocalCallDependency()922 ExistingResult->setResult(Dep); in getNonLocalCallDependency()1019 NonLocalDepEntry *ExistingResult = nullptr; in GetNonLocalInfoForBlock() local1021 ExistingResult = &*Entry; in GetNonLocalInfoForBlock()1025 if (ExistingResult && !ExistingResult->getResult().isDirty()) { in GetNonLocalInfoForBlock()1027 return ExistingResult->getResult(); in GetNonLocalInfoForBlock()[all …]