Lines Matching refs:getInst

652   if (Instruction *Inst = LocalCache.getInst()) {  in getDependency()
690 if (Instruction *I = LocalCache.getInst()) in getDependency()
787 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency()
820 if (Instruction *Inst = Dep.getInst()) in getNonLocalCallDependency()
848 ReverseNonLocalDefsCache[NonLocalDefIt->second.getResult().getInst()] in getNonLocalPointerDependency()
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()
971 Instruction *Inst = Dep.getInst(); in getNonLocalInfoForBlock()
1079 if (Instruction *Inst = Entry.getResult().getInst()) in getNonLocalPointerDepFromBB()
1103 if (Instruction *Inst = Entry.getResult().getInst()) in getNonLocalPointerDepFromBB()
1452 it->second.getResult().getInst(), P.getPointer()); in removeCachedNonLocalPointerDependencies()
1475 Instruction *Target = DE.getResult().getInst(); in removeCachedNonLocalPointerDependencies()
1511 if (Instruction *Inst = Entry.getResult().getInst()) in removeInstruction()
1520 if (Instruction *Inst = LocalDepEntry->second.getInst()) in removeInstruction()
1542 const Instruction *DepV = toRemoveIt->second.getResult().getInst(); in removeInstruction()
1574 assert(NewDirtyVal.getInst() && in removeInstruction()
1578 std::make_pair(NewDirtyVal.getInst(), InstDependingOnRemInst)); in removeInstruction()
1602 if (Entry.getResult().getInst() != RemInst) in removeInstruction()
1608 if (Instruction *NextI = NewDirtyVal.getInst()) in removeInstruction()
1642 if (Entry.getResult().getInst() != RemInst) in removeInstruction()
1648 if (Instruction *NewDirtyInst = NewDirtyVal.getInst()) in removeInstruction()
1681 assert(DepKV.second.getInst() != D && "Inst occurs in data structures"); in verifyRemoved()
1687 assert(Entry.getResult().getInst() != D && "Inst occurs as NLPD value"); in verifyRemoved()
1694 assert(Entry.getResult().getInst() != D && in verifyRemoved()