Searched refs:getNextNonDebugInstruction (Results 1 – 7 of 7) sorted by relevance
671 getNextNonDebugInstruction(bool SkipPseudoOp = false) const;672 Instruction *getNextNonDebugInstruction(bool SkipPseudoOp = false) {674 static_cast<const Instruction *>(this)->getNextNonDebugInstruction(
1604 if (SS->getNextNonDebugInstruction() == II) { in visitCallInst()1679 Instruction *Next = II->getNextNonDebugInstruction(); in visitCallInst()1822 Instruction *NextInst = II->getNextNonDebugInstruction(); in visitCallInst()1827 NextInst = NextInst->getNextNonDebugInstruction(); in visitCallInst()1837 Instruction *MoveI = II->getNextNonDebugInstruction(); in visitCallInst()1840 MoveI = MoveI->getNextNonDebugInstruction(); in visitCallInst()1989 Instruction *Next = FI.getNextNonDebugInstruction(); in visitFenceInst()
699 Instruction::getNextNonDebugInstruction(bool SkipPseudoOp) const { in getNextNonDebugInstruction() function in Instruction
1834 Builder.SetInsertPoint(NewCB->getNextNonDebugInstruction()); in RemovePreallocated()1861 auto *InsertBefore = PreallocatedSetup->getNextNonDebugInstruction(); in RemovePreallocated()
1271 ID.Inst->getNextNonDebugInstruction()) in pruneIncompatibleRegions()
1943 bool DomPointAfterFrom = From.getNextNonDebugInstruction() == &DomPoint; in rewriteDebugUsers()1948 if (DomPointAfterFrom && DII->getNextNonDebugInstruction() == &DomPoint) { in rewriteDebugUsers()
3164 Instruction *Start = InsBefore.getNextNonDebugInstruction(); in findStoresToUninstrumentedArgAllocas()3165 for (Instruction *It = Start; It; It = It->getNextNonDebugInstruction()) { in findStoresToUninstrumentedArgAllocas()