Searched refs:getNextNonDebugInstruction (Results 1 – 4 of 4) sorted by relevance
591 const Instruction *getNextNonDebugInstruction() const;592 Instruction *getNextNonDebugInstruction() {594 static_cast<const Instruction *>(this)->getNextNonDebugInstruction());
609 const Instruction *Instruction::getNextNonDebugInstruction() const { in getNextNonDebugInstruction() function in Instruction
1732 bool DomPointAfterFrom = From.getNextNonDebugInstruction() == &DomPoint; in rewriteDebugUsers()1737 if (DomPointAfterFrom && DII->getNextNonDebugInstruction() == &DomPoint) { in rewriteDebugUsers()
3856 if (SS->getNextNonDebugInstruction() == II) { in visitCallInst()3916 Instruction *Next = II->getNextNonDebugInstruction(); in visitCallInst()4045 Instruction *Next = FI.getNextNonDebugInstruction(); in visitFenceInst()