Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLockstepReverseIterator.h64 Instruction *Prev = BB->getTerminator()->getPrevNonDebugInstruction(); in reset()
111 Instruction *Prev = Inst->getPrevNonDebugInstruction();
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h916 getPrevNonDebugInstruction(bool SkipPseudoOp = false) const;
917 Instruction *getPrevNonDebugInstruction(bool SkipPseudoOp = false) {
919 static_cast<const Instruction *>(this)->getPrevNonDebugInstruction(
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp198 dyn_cast_or_null<CallInst>(Term->getPrevNonDebugInstruction())) { in tailMergeBlocksWithSimilarFunctionTerminators()
H A DGVNSink.cpp802 Insts.push_back(BB->getTerminator()->getPrevNonDebugInstruction()); in sinkLastInstruction()
H A DGVN.cpp1313 Inst != nullptr; Inst = Inst->getPrevNonDebugInstruction()) { in findDominatingValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp629 Instruction *Prev = CheckLoc->getPrevNonDebugInstruction(); in InsertStackProtectors()
H A DCodeGenPrepare.cpp3022 PredBB->getTerminator()->getPrevNonDebugInstruction(true)); in dupRetToEnableTailCallOpts()
3039 if (Instruction *I = Pred->rbegin()->getPrevNonDebugInstruction(true)) { in dupRetToEnableTailCallOpts()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp1247 Instruction::getPrevNonDebugInstruction(bool SkipPseudoOp) const { in getPrevNonDebugInstruction() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3427 Val == It->getPrevNonDebugInstruction(); in findStoresToUninstrumentedArgAllocas()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2878 } while ((CurI = CurI->getPrevNonDebugInstruction())); in isExecutedInAlignedRegion()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3936 if (auto *PFI = dyn_cast_or_null<FenceInst>(FI.getPrevNonDebugInstruction())) in visitFenceInst()
H A DInstructionCombining.cpp3893 while (Instruction *Prev = I.getPrevNonDebugInstruction()) { in removeInstructionsBeforeUnreachable()