Home | History | Annotate | Download | only in Utils

Lines Matching refs:NewIter

277 /// iterator of it switches to count NewIter down to 0.
283 CloneLoopBlocks(Loop *L, Value *NewIter, const bool CreateRemainderLoop,
341 PHINode *NewIdx = PHINode::Create(NewIter->getType(), 2,
350 NewIdx->addIncoming(NewIter, InsertTop);