Lines Matching refs:ExistingResult
771 NonLocalDepEntry *ExistingResult = nullptr; in getNonLocalCallDependency() local
780 ExistingResult = &*Entry; in getNonLocalCallDependency()
786 if (ExistingResult) { in getNonLocalCallDependency()
787 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency()
810 if (ExistingResult) in getNonLocalCallDependency()
811 ExistingResult->setResult(Dep); in getNonLocalCallDependency()
913 NonLocalDepEntry *ExistingResult = nullptr; in getNonLocalInfoForBlock() local
915 ExistingResult = &*Entry; in getNonLocalInfoForBlock()
920 if (ExistingResult && isInvariantLoad && in getNonLocalInfoForBlock()
921 !ExistingResult->getResult().isNonFuncLocal()) in getNonLocalInfoForBlock()
922 ExistingResult = nullptr; in getNonLocalInfoForBlock()
926 if (ExistingResult && !ExistingResult->getResult().isDirty()) { in getNonLocalInfoForBlock()
928 return ExistingResult->getResult(); in getNonLocalInfoForBlock()
935 if (ExistingResult && ExistingResult->getResult().getInst()) { in getNonLocalInfoForBlock()
936 assert(ExistingResult->getResult().getInst()->getParent() == BB && in getNonLocalInfoForBlock()
939 ScanPos = ExistingResult->getResult().getInst()->getIterator(); in getNonLocalInfoForBlock()
958 if (ExistingResult) in getNonLocalInfoForBlock()
959 ExistingResult->setResult(Dep); in getNonLocalInfoForBlock()