Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1037 PHINode *VecInd = PHINode::Create(SteppedStart->getType(), 2, "vec.ind"); in execute() local
1038 VecInd->insertBefore(State.CFG.PrevBB->getFirstInsertionPt()); in execute()
1039 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in execute()
1040 Instruction *LastInduction = VecInd; in execute()
1053 VecInd->addIncoming(SteppedStart, VectorPH); in execute()
1059 VecInd->addIncoming(LastInduction, VectorPH); in execute()