Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1040 Instruction *LastInduction = VecInd; in execute() local
1042 State.set(this, LastInduction, Part); in execute()
1045 State.addMetadata(LastInduction, EntryVal); in execute()
1047 LastInduction = cast<Instruction>( in execute()
1048 Builder.CreateBinOp(AddOp, LastInduction, SplatVF, "step.add")); in execute()
1049 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in execute()
1052 LastInduction->setName("vec.ind.next"); in execute()
1059 VecInd->addIncoming(LastInduction, VectorPH); in execute()