Searched refs:getNextNonDebugInstruction (Results 1 – 4 of 4) sorted by relevance
611 const Instruction *getNextNonDebugInstruction() const;612 Instruction *getNextNonDebugInstruction() {614 static_cast<const Instruction *>(this)->getNextNonDebugInstruction());
3999 if (SS->getNextNonDebugInstruction() == II) { in visitCallInst()4060 Instruction *Next = II->getNextNonDebugInstruction(); in visitCallInst()4169 Instruction *NextInst = II->getNextNonDebugInstruction(); in visitCallInst()4174 NextInst = NextInst->getNextNonDebugInstruction(); in visitCallInst()4184 Instruction *MoveI = II->getNextNonDebugInstruction(); in visitCallInst()4187 MoveI = MoveI->getNextNonDebugInstruction(); in visitCallInst()4204 Instruction *Next = FI.getNextNonDebugInstruction(); in visitFenceInst()
616 const Instruction *Instruction::getNextNonDebugInstruction() const { in getNextNonDebugInstruction() function in Instruction
1772 bool DomPointAfterFrom = From.getNextNonDebugInstruction() == &DomPoint; in rewriteDebugUsers()1777 if (DomPointAfterFrom && DII->getNextNonDebugInstruction() == &DomPoint) { in rewriteDebugUsers()