Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h862 getPrevNonDebugInstruction(bool SkipPseudoOp = false) const;
863 Instruction *getPrevNonDebugInstruction(bool SkipPseudoOp = false) {
865 static_cast<const Instruction *>(this)->getPrevNonDebugInstruction(
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp610 Instruction *Prev = CheckLoc->getPrevNonDebugInstruction(); in InsertStackProtectors()
614 Prev = Prev->getPrevNonDebugInstruction(); in CreateFailBB()
H A DCodeGenPrepare.cpp2704 PredBB->getTerminator()->getPrevNonDebugInstruction(true)); in dupRetToEnableTailCallOpts()
2719 if (Instruction *I = Pred->rbegin()->getPrevNonDebugInstruction(true)) { in dupRetToEnableTailCallOpts()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp135 Insts.push_back(BB->getTerminator()->getPrevNonDebugInstruction()); in reset()
171 NewInsts.push_back(Inst->getPrevNonDebugInstruction()); in operator --()
886 Insts.push_back(BB->getTerminator()->getPrevNonDebugInstruction()); in sinkLastInstruction()
H A DSimplifyCFGPass.cpp195 dyn_cast_or_null<CallInst>(Term->getPrevNonDebugInstruction())) { in tailMergeBlocksWithSimilarFunctionTerminators()
H A DGVN.cpp1220 Inst != nullptr; Inst = Inst->getPrevNonDebugInstruction()) { in findDominatingValue()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp1172 Instruction::getPrevNonDebugInstruction(bool SkipPseudoOp) const { in getPrevNonDebugInstruction() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3372 Val == It->getPrevNonDebugInstruction(); in findStoresToUninstrumentedArgAllocas()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3517 while (Instruction *Prev = I.getPrevNonDebugInstruction()) { in removeInstructionsBeforeUnreachable()
H A DInstCombineCalls.cpp3649 if (auto *PFI = dyn_cast_or_null<FenceInst>(FI.getPrevNonDebugInstruction())) in visitFenceInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2875 } while ((CurI = CurI->getPrevNonDebugInstruction())); in isExecutedInAlignedRegion()