Lines Matching refs:getInst
558 if (Instruction *Inst = LocalCache.getInst()) { in getDependency()
596 if (Instruction *I = LocalCache.getInst()) in getDependency()
711 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency()
744 if (Instruction *Inst = Dep.getInst()) in getNonLocalCallDependency()
821 if (ExistingResult && ExistingResult->getResult().getInst()) { in GetNonLocalInfoForBlock()
822 assert(ExistingResult->getResult().getInst()->getParent() == BB && in GetNonLocalInfoForBlock()
825 ScanPos = ExistingResult->getResult().getInst(); in GetNonLocalInfoForBlock()
852 Instruction *Inst = Dep.getInst(); in GetNonLocalInfoForBlock()
942 if (Instruction *Inst = DI->getResult().getInst()) in getNonLocalPointerDepFromBB()
963 if (Instruction *Inst = DI->getResult().getInst()) in getNonLocalPointerDepFromBB()
1262 Instruction *Target = PInfo[i].getResult().getInst(); in RemoveCachedNonLocalPointerDependencies()
1308 if (Instruction *Inst = DI->getResult().getInst()) in removeInstruction()
1318 if (Instruction *Inst = LocalDepEntry->second.getInst()) in removeInstruction()
1366 assert(NewDirtyVal.getInst() && "There is no way something else can have " in removeInstruction()
1368 ReverseDepsToAdd.push_back(std::make_pair(NewDirtyVal.getInst(), in removeInstruction()
1396 if (DI->getResult().getInst() != RemInst) continue; in removeInstruction()
1401 if (Instruction *NextI = NewDirtyVal.getInst()) in removeInstruction()
1438 if (DI->getResult().getInst() != RemInst) continue; in removeInstruction()
1443 if (Instruction *NewDirtyInst = NewDirtyVal.getInst()) in removeInstruction()
1472 assert(I->second.getInst() != D && in verifyRemoved()
1482 assert(II->getResult().getInst() != D && "Inst occurs as NLPD value"); in verifyRemoved()
1491 assert(II->getResult().getInst() != D && "Inst occurs in data structures"); in verifyRemoved()