Home
last modified time | relevance | path

Searched refs:getNextNonDebugInstruction (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstruction.h591 const Instruction *getNextNonDebugInstruction() const;
592 Instruction *getNextNonDebugInstruction() {
594 static_cast<const Instruction *>(this)->getNextNonDebugInstruction());
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstruction.cpp609 const Instruction *Instruction::getNextNonDebugInstruction() const { in getNextNonDebugInstruction() function in Instruction
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp1732 bool DomPointAfterFrom = From.getNextNonDebugInstruction() == &DomPoint; in rewriteDebugUsers()
1737 if (DomPointAfterFrom && DII->getNextNonDebugInstruction() == &DomPoint) { in rewriteDebugUsers()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3856 if (SS->getNextNonDebugInstruction() == II) { in visitCallInst()
3916 Instruction *Next = II->getNextNonDebugInstruction(); in visitCallInst()
4045 Instruction *Next = FI.getNextNonDebugInstruction(); in visitFenceInst()