Searched refs:LoLoop (Results 1 – 1 of 1) sorted by relevance
1364 LoLoop.Start = SearchForStart(LoLoop.Preheader); in ProcessLoop()1380 LoLoop.End = LoLoop.Dec = &MI; in ProcessLoop()1409 if (LoLoop.Dec != LoLoop.End) { in ProcessLoop()1418 Expand(LoLoop); in ProcessLoop()1710 LoLoop.ToRemove.insert(LoLoop.VCTPs.begin(), LoLoop.VCTPs.end()); in ConvertVPTBlocks()1724 unsigned Off = LoLoop.Dec == LoLoop.End ? 1 : 0; in Expand()1728 LoLoop.ToRemove.insert(LoLoop.Dec); in Expand()1780 if (LoLoop.Dec == LoLoop.End) in Expand()1783 RevertLoopEnd(LoLoop.End, RevertLoopDec(LoLoop.Dec)); in Expand()1786 LoLoop.Start = ExpandLoopStart(LoLoop); in Expand()[all …]