Searched refs:LoLoop (Results 1 – 1 of 1) sorted by relevance
1365 LoLoop.Start = SearchForStart(LoLoop.Preheader); in ProcessLoop()1381 LoLoop.End = LoLoop.Dec = &MI; in ProcessLoop()1410 if (LoLoop.Dec != LoLoop.End) { in ProcessLoop()1419 Expand(LoLoop); in ProcessLoop()1712 LoLoop.ToRemove.insert(LoLoop.VCTPs.begin(), LoLoop.VCTPs.end()); in ConvertVPTBlocks()1726 unsigned Off = LoLoop.Dec == LoLoop.End ? 1 : 0; in Expand()1730 LoLoop.ToRemove.insert(LoLoop.Dec); in Expand()1782 if (LoLoop.Dec == LoLoop.End) in Expand()1785 RevertLoopEnd(LoLoop.End, RevertLoopDec(LoLoop.Dec)); in Expand()1788 LoLoop.Start = ExpandLoopStart(LoLoop); in Expand()[all …]