Lines Matching refs:getResult

770       if (Entry.getResult().isDirty())  in getNonLocalCallDependency()
814 if (!Entry->getResult().isDirty()) in getNonLocalCallDependency()
825 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency()
886 ReverseNonLocalDefsCache[NonLocalDefIt->second.getResult().getInst()] in getNonLocalPointerDependency()
959 !ExistingResult->getResult().isNonFuncLocal()) in getNonLocalInfoForBlock()
964 if (ExistingResult && !ExistingResult->getResult().isDirty()) { in getNonLocalInfoForBlock()
966 return ExistingResult->getResult(); in getNonLocalInfoForBlock()
973 if (ExistingResult && ExistingResult->getResult().getInst()) { in getNonLocalInfoForBlock()
974 assert(ExistingResult->getResult().getInst()->getParent() == BB && in getNonLocalInfoForBlock()
977 ScanPos = ExistingResult->getResult().getInst()->getIterator(); in getNonLocalInfoForBlock()
1118 if (Instruction *Inst = Entry.getResult().getInst()) in getNonLocalPointerDepFromBB()
1142 if (Instruction *Inst = Entry.getResult().getInst()) in getNonLocalPointerDepFromBB()
1187 if (Entry.getResult().isNonLocal()) { in getNonLocalPointerDepFromBB()
1193 NonLocalDepResult(Entry.getBB(), Entry.getResult(), Addr)); in getNonLocalPointerDepFromBB()
1460 assert((GotWorklistLimit || I.getResult().isNonLocal() || in getNonLocalPointerDepFromBB()
1491 it->second.getResult().getInst(), P.getPointer()); in removeCachedNonLocalPointerDependencies()
1514 Instruction *Target = DE.getResult().getInst(); in removeCachedNonLocalPointerDependencies()
1550 if (Instruction *Inst = Entry.getResult().getInst()) in removeInstruction()
1581 const Instruction *DepV = toRemoveIt->second.getResult().getInst(); in removeInstruction()
1641 if (Entry.getResult().getInst() != RemInst) in removeInstruction()
1681 if (Entry.getResult().getInst() != RemInst) in removeInstruction()
1723 assert(Entry.getResult().getInst() != D && "Inst occurs as NLPD value"); in verifyRemoved()
1730 assert(Entry.getResult().getInst() != D && in verifyRemoved()
1763 auto &AA = AM.getResult<AAManager>(F); in run()
1764 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run()
1765 auto &TLI = AM.getResult<TargetLibraryAnalysis>(F); in run()
1766 auto &DT = AM.getResult<DominatorTreeAnalysis>(F); in run()