Searched refs:getPrevNonDebugInstruction (Results 1 – 12 of 12) sorted by relevance
64 Instruction *Prev = BB->getTerminator()->getPrevNonDebugInstruction(); in reset()111 Instruction *Prev = Inst->getPrevNonDebugInstruction();
916 getPrevNonDebugInstruction(bool SkipPseudoOp = false) const;917 Instruction *getPrevNonDebugInstruction(bool SkipPseudoOp = false) {919 static_cast<const Instruction *>(this)->getPrevNonDebugInstruction(
198 dyn_cast_or_null<CallInst>(Term->getPrevNonDebugInstruction())) { in tailMergeBlocksWithSimilarFunctionTerminators()
802 Insts.push_back(BB->getTerminator()->getPrevNonDebugInstruction()); in sinkLastInstruction()
1313 Inst != nullptr; Inst = Inst->getPrevNonDebugInstruction()) { in findDominatingValue()
629 Instruction *Prev = CheckLoc->getPrevNonDebugInstruction(); in InsertStackProtectors()
3022 PredBB->getTerminator()->getPrevNonDebugInstruction(true)); in dupRetToEnableTailCallOpts()3039 if (Instruction *I = Pred->rbegin()->getPrevNonDebugInstruction(true)) { in dupRetToEnableTailCallOpts()
1247 Instruction::getPrevNonDebugInstruction(bool SkipPseudoOp) const { in getPrevNonDebugInstruction() function in Instruction
3427 Val == It->getPrevNonDebugInstruction(); in findStoresToUninstrumentedArgAllocas()
2878 } while ((CurI = CurI->getPrevNonDebugInstruction())); in isExecutedInAlignedRegion()
3936 if (auto *PFI = dyn_cast_or_null<FenceInst>(FI.getPrevNonDebugInstruction())) in visitFenceInst()
3893 while (Instruction *Prev = I.getPrevNonDebugInstruction()) { in removeInstructionsBeforeUnreachable()