Searched refs:FoundLoopLevel (Results 1 – 1 of 1) sorted by relevance
263 unsigned FoundLoopLevel = ~0u; member in __anon8a17bcda0111::LoopFinder279 FoundLoopLevel = ~0u; in initialize()300 if (FoundLoopLevel == Level) in findLoop()378 FoundLoopLevel = std::min(FoundLoopLevel, Level + 1); in advanceLevel()380 FoundLoopLevel = std::min(FoundLoopLevel, Level); in advanceLevel()548 unsigned FoundLoopLevel = LF.findLoop(PostDomBound); in lowerPhis() local552 if (FoundLoopLevel) { in lowerPhis()553 LF.addLoopEntries(FoundLoopLevel, SSAUpdater, IncomingBlocks); in lowerPhis()670 unsigned FoundLoopLevel = LF.findLoop(PostDomBound); in lowerCopiesToI1() local671 if (FoundLoopLevel) { in lowerCopiesToI1()[all …]