Searched refs:FoundLoopLevel (Results 1 – 1 of 1) sorted by relevance
231 unsigned FoundLoopLevel = ~0u; member in __anon952a5e950111::LoopFinder247 FoundLoopLevel = ~0u; in initialize()268 if (FoundLoopLevel == Level) in findLoop()351 FoundLoopLevel = std::min(FoundLoopLevel, Level + 1); in advanceLevel()353 FoundLoopLevel = std::min(FoundLoopLevel, Level); in advanceLevel()525 unsigned FoundLoopLevel = LF.findLoop(PostDomBound); in lowerPhis() local529 if (FoundLoopLevel) { in lowerPhis()530 LF.addLoopEntries(FoundLoopLevel, SSAUpdater, *MRI, LaneMaskRegAttrs, in lowerPhis()644 unsigned FoundLoopLevel = LF.findLoop(PostDomBound); in lowerCopiesToI1() local645 if (FoundLoopLevel) { in lowerCopiesToI1()[all …]