Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Utils/
DCanonicalizeFreezeInLoops.cpp147 if (auto *StepI = dyn_cast<Instruction>(StepV)) { in run() local
148 if (L->contains(StepI->getParent())) { in run()
175 BinaryOperator *StepI = Info.StepInst; in run() local
176 assert(StepI && "Step instruction should have been found"); in run()
179 if (!isGuaranteedNotToBeUndefOrPoison(StepI, nullptr, StepI, &DT)) { in run()
180 LLVM_DEBUG(dbgs() << "canonfr: drop flags: " << *StepI << "\n"); in run()
181 StepI->dropPoisonGeneratingFlags(); in run()
182 SE.forgetValue(StepI); in run()
185 InsertFreezeAndForgetFromSCEV(StepI->getOperandUse(Info.StepValIdx)); in run()
188 PHI->getOperandNumForIncomingValue(PHI->getIncomingValue(0) == StepI); in run()