Lines Matching refs:getInst
690 if (Instruction *Inst = LocalCache.getInst()) { in getDependency()
728 if (Instruction *I = LocalCache.getInst()) in getDependency()
825 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency()
858 if (Instruction *Inst = Dep.getInst()) in getNonLocalCallDependency()
886 ReverseNonLocalDefsCache[NonLocalDefIt->second.getResult().getInst()] in getNonLocalPointerDependency()
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()
1009 Instruction *Inst = Dep.getInst(); in getNonLocalInfoForBlock()
1118 if (Instruction *Inst = Entry.getResult().getInst()) in getNonLocalPointerDepFromBB()
1142 if (Instruction *Inst = Entry.getResult().getInst()) 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()
1559 if (Instruction *Inst = LocalDepEntry->second.getInst()) in removeInstruction()
1581 const Instruction *DepV = toRemoveIt->second.getResult().getInst(); in removeInstruction()
1613 assert(NewDirtyVal.getInst() && in removeInstruction()
1617 std::make_pair(NewDirtyVal.getInst(), InstDependingOnRemInst)); in removeInstruction()
1641 if (Entry.getResult().getInst() != RemInst) in removeInstruction()
1647 if (Instruction *NextI = NewDirtyVal.getInst()) in removeInstruction()
1681 if (Entry.getResult().getInst() != RemInst) in removeInstruction()
1687 if (Instruction *NewDirtyInst = NewDirtyVal.getInst()) in removeInstruction()
1717 assert(DepKV.second.getInst() != D && "Inst occurs in data structures"); in verifyRemoved()
1723 assert(Entry.getResult().getInst() != D && "Inst occurs as NLPD value"); in verifyRemoved()
1730 assert(Entry.getResult().getInst() != D && in verifyRemoved()