Searched refs:getPrevNonDebugInstruction (Results 1 – 11 of 11) sorted by relevance
862 getPrevNonDebugInstruction(bool SkipPseudoOp = false) const;863 Instruction *getPrevNonDebugInstruction(bool SkipPseudoOp = false) {865 static_cast<const Instruction *>(this)->getPrevNonDebugInstruction(
610 Instruction *Prev = CheckLoc->getPrevNonDebugInstruction(); in InsertStackProtectors() 614 Prev = Prev->getPrevNonDebugInstruction(); in CreateFailBB()
2704 PredBB->getTerminator()->getPrevNonDebugInstruction(true)); in dupRetToEnableTailCallOpts()2719 if (Instruction *I = Pred->rbegin()->getPrevNonDebugInstruction(true)) { in dupRetToEnableTailCallOpts()
135 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()
195 dyn_cast_or_null<CallInst>(Term->getPrevNonDebugInstruction())) { in tailMergeBlocksWithSimilarFunctionTerminators()
1220 Inst != nullptr; Inst = Inst->getPrevNonDebugInstruction()) { in findDominatingValue()
1172 Instruction::getPrevNonDebugInstruction(bool SkipPseudoOp) const { in getPrevNonDebugInstruction() function in Instruction
3372 Val == It->getPrevNonDebugInstruction(); in findStoresToUninstrumentedArgAllocas()
3517 while (Instruction *Prev = I.getPrevNonDebugInstruction()) { in removeInstructionsBeforeUnreachable()
3649 if (auto *PFI = dyn_cast_or_null<FenceInst>(FI.getPrevNonDebugInstruction())) in visitFenceInst()
2875 } while ((CurI = CurI->getPrevNonDebugInstruction())); in isExecutedInAlignedRegion()