Searched refs:HoistedL (Results 1 – 1 of 1) sorted by relevance
2079 for (auto *HoistedL : make_range(SubLoopsSplitI, SubLoops.end())) { in rebuildLoopAfterUnswitch() local2080 HoistedLoops.push_back(HoistedL); in rebuildLoopAfterUnswitch()2081 HoistedL->setParentLoop(nullptr); in rebuildLoopAfterUnswitch()2091 if (auto *NewParentL = LI.getLoopFor(HoistedL->getLoopPreheader())) in rebuildLoopAfterUnswitch()2092 NewParentL->addChildLoop(HoistedL); in rebuildLoopAfterUnswitch()2094 LI.addTopLevelLoop(HoistedL); in rebuildLoopAfterUnswitch()