Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstruction.h723 getPrevNonDebugInstruction(bool SkipPseudoOp = false) const;
724 Instruction *getPrevNonDebugInstruction(bool SkipPseudoOp = false) {
726 static_cast<const Instruction *>(this)->getPrevNonDebugInstruction(
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackProtector.cpp500 Instruction *Prev = CheckLoc->getPrevNonDebugInstruction(); in InsertStackProtectors()
504 Prev = Prev->getPrevNonDebugInstruction(); in InsertStackProtectors()
H A DCodeGenPrepare.cpp2510 if (Instruction *I = Pred->rbegin()->getPrevNonDebugInstruction(true)) { in dupRetToEnableTailCallOpts()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp190 dyn_cast_or_null<CallInst>(Term->getPrevNonDebugInstruction())) { in tailMergeBlocksWithSimilarFunctionTerminators()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp794 Instruction::getPrevNonDebugInstruction(bool SkipPseudoOp) const { in getPrevNonDebugInstruction() function in Instruction
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3099 Val == It->getPrevNonDebugInstruction(); in findStoresToUninstrumentedArgAllocas()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3126 while (Instruction *Prev = I.getPrevNonDebugInstruction()) { in visitUnreachableInst()
H A DInstCombineCalls.cpp2894 if (auto *PFI = dyn_cast_or_null<FenceInst>(FI.getPrevNonDebugInstruction())) in visitFenceInst()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2739 } while ((CurI = CurI->getPrevNonDebugInstruction())); in isExecutedInAlignedRegion()