Searched refs:NewIter (Results 1 – 2 of 2) sorted by relevance
80 auto NewIter = M.find(&New); in FindDominatedInstruction() local81 if (NewIter == M.end()) in FindDominatedInstruction()86 unsigned OrderNew = NewIter->second; in FindDominatedInstruction()
303 CloneLoopBlocks(Loop *L, Value *NewIter, const bool CreateRemainderLoop, in CloneLoopBlocks() argument361 PHINode *NewIdx = PHINode::Create(NewIter->getType(), 2, in CloneLoopBlocks()370 NewIdx->addIncoming(NewIter, InsertTop); in CloneLoopBlocks()