• Home
  • Raw
  • Download

Lines Matching refs:getInst

745   if (Instruction *Inst = LocalCache.getInst()) {  in getDependency()
783 if (Instruction *I = LocalCache.getInst()) in getDependency()
898 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency()
931 if (Instruction *Inst = Dep.getInst()) in getNonLocalCallDependency()
1034 if (ExistingResult && ExistingResult->getResult().getInst()) { in GetNonLocalInfoForBlock()
1035 assert(ExistingResult->getResult().getInst()->getParent() == BB && in GetNonLocalInfoForBlock()
1038 ScanPos = ExistingResult->getResult().getInst()->getIterator(); in GetNonLocalInfoForBlock()
1066 Instruction *Inst = Dep.getInst(); in GetNonLocalInfoForBlock()
1153 if (Instruction *Inst = DI->getResult().getInst()) in getNonLocalPointerDepFromBB()
1174 if (Instruction *Inst = DI->getResult().getInst()) in getNonLocalPointerDepFromBB()
1507 Instruction *Target = PInfo[i].getResult().getInst(); in RemoveCachedNonLocalPointerDependencies()
1553 if (Instruction *Inst = DI->getResult().getInst()) in removeInstruction()
1563 if (Instruction *Inst = LocalDepEntry->second.getInst()) in removeInstruction()
1608 assert(NewDirtyVal.getInst() && "There is no way something else can have " in removeInstruction()
1610 ReverseDepsToAdd.push_back(std::make_pair(NewDirtyVal.getInst(), in removeInstruction()
1636 if (DI->getResult().getInst() != RemInst) continue; in removeInstruction()
1641 if (Instruction *NextI = NewDirtyVal.getInst()) in removeInstruction()
1675 if (DI->getResult().getInst() != RemInst) continue; in removeInstruction()
1680 if (Instruction *NewDirtyInst = NewDirtyVal.getInst()) in removeInstruction()
1710 assert(I->second.getInst() != D && in verifyRemoved()
1720 assert(II->getResult().getInst() != D && "Inst occurs as NLPD value"); in verifyRemoved()
1729 assert(II->getResult().getInst() != D && "Inst occurs in data structures"); in verifyRemoved()