Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1562 Instruction *LastInduction = VecInd; in createVectorIntOrFpInductionPHI() local
1564 VectorLoopValueMap.setVectorValue(EntryVal, Part, LastInduction); in createVectorIntOrFpInductionPHI()
1567 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI()
1568 recordVectorLoopValueForInductionCast(II, EntryVal, LastInduction, Part); in createVectorIntOrFpInductionPHI()
1570 LastInduction = cast<Instruction>(addFastMathFlag( in createVectorIntOrFpInductionPHI()
1571 Builder.CreateBinOp(AddOp, LastInduction, SplatVF, "step.add"))); in createVectorIntOrFpInductionPHI()
1572 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()
1580 LastInduction->moveBefore(ICmp); in createVectorIntOrFpInductionPHI()
1581 LastInduction->setName("vec.ind.next"); in createVectorIntOrFpInductionPHI()
1584 VecInd->addIncoming(LastInduction, LoopVectorLatch); in createVectorIntOrFpInductionPHI()