Searched refs:NewIter (Results 1 – 2 of 2) sorted by relevance
80 auto NewIter = M.find(&New); in FindDominatedInstruction() 81 if (NewIter == M.end()) in FindDominatedInstruction() 86 unsigned OrderNew = NewIter->second; in FindDominatedInstruction() 79 auto NewIter = M.find(&New); FindDominatedInstruction() local
339 CloneLoopBlocks(Loop *L, Value *NewIter, const bool UseEpilogRemainder, in CloneLoopBlocks() argument392 PHINode::Create(NewIter->getType(), 2, suffix + ".iter"); in CloneLoopBlocks()398 Value *IdxCmp = Builder.CreateICmpNE(IdxNext, NewIter, NewIdx->getName() + ".cmp"); in CloneLoopBlocks()