Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h827 getPrevNonDebugInstruction(bool SkipPseudoOp = false) const;
828 Instruction *getPrevNonDebugInstruction(bool SkipPseudoOp = false) {
830 static_cast<const Instruction *>(this)->getPrevNonDebugInstruction(
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp610 Instruction *Prev = CheckLoc->getPrevNonDebugInstruction(); in InsertStackProtectors()
614 Prev = Prev->getPrevNonDebugInstruction(); in InsertStackProtectors()
H A DCodeGenPrepare.cpp2632 if (Instruction *I = Pred->rbegin()->getPrevNonDebugInstruction(true)) { in dupRetToEnableTailCallOpts()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp190 dyn_cast_or_null<CallInst>(Term->getPrevNonDebugInstruction())) { in tailMergeBlocksWithSimilarFunctionTerminators()
H A DGVN.cpp1155 Inst != nullptr; Inst = Inst->getPrevNonDebugInstruction()) { in findDominatingValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp1080 Instruction::getPrevNonDebugInstruction(bool SkipPseudoOp) const { in getPrevNonDebugInstruction() function in Instruction
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3275 Val == It->getPrevNonDebugInstruction(); in findStoresToUninstrumentedArgAllocas()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3422 if (auto *PFI = dyn_cast_or_null<FenceInst>(FI.getPrevNonDebugInstruction())) in visitFenceInst()
H A DInstructionCombining.cpp3098 while (Instruction *Prev = I.getPrevNonDebugInstruction()) { in removeInstructionsBeforeUnreachable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2876 } while ((CurI = CurI->getPrevNonDebugInstruction())); in isExecutedInAlignedRegion()