Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9310 Instruction *LastInduction = VecInd; in execute() local
9312 State.set(this, LastInduction, Part); in execute()
9315 State.addMetadata(LastInduction, EntryVal); in execute()
9317 LastInduction = cast<Instruction>( in execute()
9318 Builder.CreateBinOp(AddOp, LastInduction, SplatVF, "step.add")); in execute()
9319 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in execute()
9322 LastInduction->setName("vec.ind.next"); in execute()
9329 VecInd->addIncoming(LastInduction, VectorPH); in execute()