Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h701 getPrevNonDebugInstruction(bool SkipPseudoOp = false) const;
702 Instruction *getPrevNonDebugInstruction(bool SkipPseudoOp = false) {
704 static_cast<const Instruction *>(this)->getPrevNonDebugInstruction(
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp479 Instruction *Prev = RI->getPrevNonDebugInstruction(); in InsertStackProtectors()
483 Prev = Prev->getPrevNonDebugInstruction(); in InsertStackProtectors()
H A DCodeGenPrepare.cpp2385 if (Instruction *I = Pred->rbegin()->getPrevNonDebugInstruction(true)) { in dupRetToEnableTailCallOpts()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp115 dyn_cast_or_null<CallInst>(Term->getPrevNonDebugInstruction())) { in tailMergeBlocksWithSimilarFunctionTerminators()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp736 Instruction::getPrevNonDebugInstruction(bool SkipPseudoOp) const { in getPrevNonDebugInstruction() function in Instruction
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3191 Val == It->getPrevNonDebugInstruction(); in findStoresToUninstrumentedArgAllocas()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2918 while (Instruction *Prev = I.getPrevNonDebugInstruction()) { in visitUnreachableInst()