Home
last modified time | relevance | path

Searched refs:getPrevNonDebugInstruction (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.h682 getPrevNonDebugInstruction(bool SkipPseudoOp = false) const;
683 Instruction *getPrevNonDebugInstruction(bool SkipPseudoOp = false) {
685 static_cast<const Instruction *>(this)->getPrevNonDebugInstruction(
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackProtector.cpp479 Instruction *Prev = RI->getPrevNonDebugInstruction(); in InsertStackProtectors()
483 Prev = Prev->getPrevNonDebugInstruction(); in InsertStackProtectors()
H A DCodeGenPrepare.cpp2381 if (Instruction *I = Pred->rbegin()->getPrevNonDebugInstruction(true)) { in dupRetToEnableTailCallOpts()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp707 Instruction::getPrevNonDebugInstruction(bool SkipPseudoOp) const { in getPrevNonDebugInstruction() function in Instruction
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3192 Val == It->getPrevNonDebugInstruction(); in findStoresToUninstrumentedArgAllocas()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2855 Instruction *Prev = I.getPrevNonDebugInstruction(); in visitUnreachableInst()