Searched refs:VecInd (Results 1 – 1 of 1) sorted by relevance
1037 PHINode *VecInd = PHINode::Create(SteppedStart->getType(), 2, "vec.ind"); in execute() local1038 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()