Searched refs:FoundLoopLevel (Results 1 – 1 of 1) sorted by relevance
277 unsigned FoundLoopLevel = ~0u; member in __anoned8a30be0111::LoopFinder293 FoundLoopLevel = ~0u; in initialize()314 if (FoundLoopLevel == Level) in findLoop()392 FoundLoopLevel = std::min(FoundLoopLevel, Level + 1); in advanceLevel()394 FoundLoopLevel = std::min(FoundLoopLevel, Level); in advanceLevel()607 unsigned FoundLoopLevel = LF.findLoop(PostDomBound); in lowerPhis() local611 if (FoundLoopLevel) { in lowerPhis()612 LF.addLoopEntries(FoundLoopLevel, SSAUpdater, IncomingBlocks); in lowerPhis()720 unsigned FoundLoopLevel = LF.findLoop(PostDomBound); in lowerCopiesToI1() local721 if (FoundLoopLevel) { in lowerCopiesToI1()[all …]