Lines Matching refs:getInst
690 if (Instruction *Inst = LocalCache.getInst()) { in getDependency()
728 if (Instruction *I = LocalCache.getInst()) in getDependency()
829 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency()
863 if (Instruction *Inst = Dep.getInst()) in getNonLocalCallDependency()
956 if (ExistingResult && ExistingResult->getResult().getInst()) { in GetNonLocalInfoForBlock()
957 assert(ExistingResult->getResult().getInst()->getParent() == BB && in GetNonLocalInfoForBlock()
960 ScanPos = ExistingResult->getResult().getInst()->getIterator(); in GetNonLocalInfoForBlock()
988 Instruction *Inst = Dep.getInst(); in GetNonLocalInfoForBlock()
1076 if (Instruction *Inst = Entry.getResult().getInst()) in getNonLocalPointerDepFromBB()
1095 if (Instruction *Inst = Entry.getResult().getInst()) in getNonLocalPointerDepFromBB()
1430 Instruction *Target = PInfo[i].getResult().getInst(); in RemoveCachedNonLocalPointerDependencies()
1464 if (Instruction *Inst = Entry.getResult().getInst()) in removeInstruction()
1474 if (Instruction *Inst = LocalDepEntry->second.getInst()) in removeInstruction()
1519 assert(NewDirtyVal.getInst() && in removeInstruction()
1523 std::make_pair(NewDirtyVal.getInst(), InstDependingOnRemInst)); in removeInstruction()
1547 if (Entry.getResult().getInst() != RemInst) in removeInstruction()
1553 if (Instruction *NextI = NewDirtyVal.getInst()) in removeInstruction()
1587 if (Entry.getResult().getInst() != RemInst) in removeInstruction()
1593 if (Instruction *NewDirtyInst = NewDirtyVal.getInst()) in removeInstruction()
1623 assert(DepKV.second.getInst() != D && "Inst occurs in data structures"); in verifyRemoved()
1629 assert(Entry.getResult().getInst() != D && "Inst occurs as NLPD value"); in verifyRemoved()
1636 assert(Entry.getResult().getInst() != D && in verifyRemoved()