Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2315 Instruction *LastInduction = VecInd; in createVectorIntOrFpInductionPHI() local
2317 State.set(Def, LastInduction, Part); in createVectorIntOrFpInductionPHI()
2320 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI()
2321 recordVectorLoopValueForInductionCast(II, EntryVal, LastInduction, CastDef, in createVectorIntOrFpInductionPHI()
2324 LastInduction = cast<Instruction>( in createVectorIntOrFpInductionPHI()
2325 Builder.CreateBinOp(AddOp, LastInduction, SplatVF, "step.add")); in createVectorIntOrFpInductionPHI()
2326 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
2334 LastInduction->moveBefore(ICmp); in createVectorIntOrFpInductionPHI()
2335 LastInduction->setName("vec.ind.next"); in createVectorIntOrFpInductionPHI()
2338 VecInd->addIncoming(LastInduction, LoopVectorLatch); in createVectorIntOrFpInductionPHI()