Searched refs:LoLoop (Results 1 – 1 of 1) sorted by relevance
1306 LoLoop.Start = SearchForStart(LoLoop.Preheader); in ProcessLoop()1322 LoLoop.End = LoLoop.Dec = &MI; in ProcessLoop()1351 if (LoLoop.Dec != LoLoop.End) { in ProcessLoop()1360 Expand(LoLoop); in ProcessLoop()1652 LoLoop.ToRemove.insert(LoLoop.VCTPs.begin(), LoLoop.VCTPs.end()); in ConvertVPTBlocks()1666 unsigned Off = LoLoop.Dec == LoLoop.End ? 1 : 0; in Expand()1670 LoLoop.ToRemove.insert(LoLoop.Dec); in Expand()1697 if (LoLoop.Dec == LoLoop.End) in Expand()1700 RevertLoopEnd(LoLoop.End, RevertLoopDec(LoLoop.Dec)); in Expand()1702 LoLoop.Start = ExpandLoopStart(LoLoop); in Expand()[all …]