Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9431 Instruction *LastInduction = VecInd; in execute() local
9433 State.set(this, LastInduction, Part); in execute()
9436 State.addMetadata(LastInduction, EntryVal); in execute()
9438 LastInduction = cast<Instruction>( in execute()
9439 Builder.CreateBinOp(AddOp, LastInduction, SplatVF, "step.add")); in execute()
9440 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in execute()
9443 LastInduction->setName("vec.ind.next"); in execute()
9450 VecInd->addIncoming(LastInduction, VectorPH); in execute()