Searched refs:FoundLoopLevel (Results 1 – 1 of 1) sorted by relevance
259 unsigned FoundLoopLevel = ~0u; member in __anon952a5e950111::LoopFinder275 FoundLoopLevel = ~0u; in initialize()296 if (FoundLoopLevel == Level) in findLoop()379 FoundLoopLevel = std::min(FoundLoopLevel, Level + 1); in advanceLevel()381 FoundLoopLevel = std::min(FoundLoopLevel, Level); in advanceLevel()594 unsigned FoundLoopLevel = LF.findLoop(PostDomBound); in lowerPhis() local598 if (FoundLoopLevel) { in lowerPhis()599 LF.addLoopEntries(FoundLoopLevel, SSAUpdater, *MRI, LaneMaskRegAttrs, in lowerPhis()713 unsigned FoundLoopLevel = LF.findLoop(PostDomBound); in lowerCopiesToI1() local714 if (FoundLoopLevel) { in lowerCopiesToI1()[all …]