Searched refs:HoistedL (Results 1 – 1 of 1) sorted by relevance
1724 for (auto *HoistedL : make_range(SubLoopsSplitI, SubLoops.end())) { in rebuildLoopAfterUnswitch() local1725 HoistedLoops.push_back(HoistedL); in rebuildLoopAfterUnswitch()1726 HoistedL->setParentLoop(nullptr); in rebuildLoopAfterUnswitch()1736 if (auto *NewParentL = LI.getLoopFor(HoistedL->getLoopPreheader())) in rebuildLoopAfterUnswitch()1737 NewParentL->addChildLoop(HoistedL); in rebuildLoopAfterUnswitch()1739 LI.addTopLevelLoop(HoistedL); in rebuildLoopAfterUnswitch()