Searched refs:getPrevNonDebugInstruction (Results 1 – 9 of 9) sorted by relevance
685 getPrevNonDebugInstruction(bool SkipPseudoOp = false) const;686 Instruction *getPrevNonDebugInstruction(bool SkipPseudoOp = false) {688 static_cast<const Instruction *>(this)->getPrevNonDebugInstruction(
480 Instruction *Prev = RI->getPrevNonDebugInstruction(); in InsertStackProtectors()484 Prev = Prev->getPrevNonDebugInstruction(); in InsertStackProtectors()
2404 if (Instruction *I = Pred->rbegin()->getPrevNonDebugInstruction(true)) { in dupRetToEnableTailCallOpts()
190 dyn_cast_or_null<CallInst>(Term->getPrevNonDebugInstruction())) { in tailMergeBlocksWithSimilarFunctionTerminators()
748 Instruction::getPrevNonDebugInstruction(bool SkipPseudoOp) const { in getPrevNonDebugInstruction() function in Instruction
3046 Val == It->getPrevNonDebugInstruction(); in findStoresToUninstrumentedArgAllocas()
2203 &*(LatchBlock->getTerminator()->getPrevNonDebugInstruction(true))); in TEST_P()2300 &*(LatchBlock->getTerminator()->getPrevNonDebugInstruction(true))); in TEST_F()
2719 if (auto *PFI = dyn_cast_or_null<FenceInst>(FI.getPrevNonDebugInstruction())) in visitFenceInst()
3112 while (Instruction *Prev = I.getPrevNonDebugInstruction()) { in visitUnreachableInst()