Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1330 PHINode *VecInd = PHINode::Create(SteppedStart->getType(), 2, "vec.ind"); in execute() local
1331 VecInd->insertBefore(State.CFG.PrevBB->getFirstInsertionPt()); in execute()
1332 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in execute()
1333 Instruction *LastInduction = VecInd; in execute()
1346 VecInd->addIncoming(SteppedStart, VectorPH); in execute()
1352 VecInd->addIncoming(LastInduction, VectorPH); in execute()