Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.h671 getNextNonDebugInstruction(bool SkipPseudoOp = false) const;
672 Instruction *getNextNonDebugInstruction(bool SkipPseudoOp = false) {
674 static_cast<const Instruction *>(this)->getNextNonDebugInstruction(
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1604 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp699 Instruction::getNextNonDebugInstruction(bool SkipPseudoOp) const { in getNextNonDebugInstruction() function in Instruction
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1834 Builder.SetInsertPoint(NewCB->getNextNonDebugInstruction()); in RemovePreallocated()
1861 auto *InsertBefore = PreallocatedSetup->getNextNonDebugInstruction(); in RemovePreallocated()
H A DIROutliner.cpp1271 ID.Inst->getNextNonDebugInstruction()) in pruneIncompatibleRegions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp1943 bool DomPointAfterFrom = From.getNextNonDebugInstruction() == &DomPoint; in rewriteDebugUsers()
1948 if (DomPointAfterFrom && DII->getNextNonDebugInstruction() == &DomPoint) { in rewriteDebugUsers()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3164 Instruction *Start = InsBefore.getNextNonDebugInstruction(); in findStoresToUninstrumentedArgAllocas()
3165 for (Instruction *It = Start; It; It = It->getNextNonDebugInstruction()) { in findStoresToUninstrumentedArgAllocas()