Searched refs:LastInduction (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 2334 Instruction *LastInduction = VecInd; in createVectorIntOrFpInductionPHI() local 2336 State.set(Def, LastInduction, Part); in createVectorIntOrFpInductionPHI() 2339 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI() 2340 recordVectorLoopValueForInductionCast(II, EntryVal, LastInduction, CastDef, in createVectorIntOrFpInductionPHI() 2343 LastInduction = cast<Instruction>( in createVectorIntOrFpInductionPHI() 2344 Builder.CreateBinOp(AddOp, LastInduction, SplatVF, "step.add")); in createVectorIntOrFpInductionPHI() 2345 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI() 2353 LastInduction->moveBefore(ICmp); in createVectorIntOrFpInductionPHI() 2354 LastInduction->setName("vec.ind.next"); in createVectorIntOrFpInductionPHI() 2357 VecInd->addIncoming(LastInduction, LoopVectorLatch); in createVectorIntOrFpInductionPHI()
|