Lines Matching refs:FoundLoopLevel
266 unsigned FoundLoopLevel = ~0u; member in __anond5a978c00111::LoopFinder
282 FoundLoopLevel = ~0u; in initialize()
303 if (FoundLoopLevel == Level) in findLoop()
381 FoundLoopLevel = std::min(FoundLoopLevel, Level + 1); in advanceLevel()
383 FoundLoopLevel = std::min(FoundLoopLevel, Level); in advanceLevel()
601 unsigned FoundLoopLevel = LF.findLoop(PostDomBound); in lowerPhis() local
605 if (FoundLoopLevel) { in lowerPhis()
606 LF.addLoopEntries(FoundLoopLevel, SSAUpdater, IncomingBlocks); in lowerPhis()
713 unsigned FoundLoopLevel = LF.findLoop(PostDomBound); in lowerCopiesToI1() local
714 if (FoundLoopLevel) { in lowerCopiesToI1()
717 LF.addLoopEntries(FoundLoopLevel, SSAUpdater); in lowerCopiesToI1()