Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstruction.h685 getPrevNonDebugInstruction(bool SkipPseudoOp = false) const;
686 Instruction *getPrevNonDebugInstruction(bool SkipPseudoOp = false) {
688 static_cast<const Instruction *>(this)->getPrevNonDebugInstruction(
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackProtector.cpp480 Instruction *Prev = RI->getPrevNonDebugInstruction(); in InsertStackProtectors()
484 Prev = Prev->getPrevNonDebugInstruction(); in InsertStackProtectors()
H A DCodeGenPrepare.cpp2404 if (Instruction *I = Pred->rbegin()->getPrevNonDebugInstruction(true)) { in dupRetToEnableTailCallOpts()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp190 dyn_cast_or_null<CallInst>(Term->getPrevNonDebugInstruction())) { in tailMergeBlocksWithSimilarFunctionTerminators()
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstruction.cpp748 Instruction::getPrevNonDebugInstruction(bool SkipPseudoOp) const { in getPrevNonDebugInstruction() function in Instruction
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3046 Val == It->getPrevNonDebugInstruction(); in findStoresToUninstrumentedArgAllocas()
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp2203 &*(LatchBlock->getTerminator()->getPrevNonDebugInstruction(true))); in TEST_P()
2300 &*(LatchBlock->getTerminator()->getPrevNonDebugInstruction(true))); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2719 if (auto *PFI = dyn_cast_or_null<FenceInst>(FI.getPrevNonDebugInstruction())) in visitFenceInst()
H A DInstructionCombining.cpp3112 while (Instruction *Prev = I.getPrevNonDebugInstruction()) { in visitUnreachableInst()