Searched refs:FoundLoopLevel (Results 1 – 1 of 1) sorted by relevance
257 unsigned FoundLoopLevel = ~0u; member in __anon1ceaab0c0111::LoopFinder273 FoundLoopLevel = ~0u; in initialize()294 if (FoundLoopLevel == Level) in findLoop()372 FoundLoopLevel = std::min(FoundLoopLevel, Level + 1); in advanceLevel()374 FoundLoopLevel = std::min(FoundLoopLevel, Level); in advanceLevel()605 unsigned FoundLoopLevel = LF.findLoop(PostDomBound); in lowerPhis() local609 if (FoundLoopLevel) { in lowerPhis()610 LF.addLoopEntries(FoundLoopLevel, SSAUpdater, IncomingBlocks); in lowerPhis()721 unsigned FoundLoopLevel = LF.findLoop(PostDomBound); in lowerCopiesToI1() local722 if (FoundLoopLevel) { in lowerCopiesToI1()[all …]