Searched refs:getSubLoops (Results 1 – 13 of 13) sorted by relevance
169 auto &SubLoops = L->getSubLoops(); in getPerfectLoops()186 const auto *SubLoops = &CurrentLoop->getSubLoops(); in getMaxPerfectDepth()201 SubLoops = &CurrentLoop->getSubLoops(); in getMaxPerfectDepth()238 if ((OuterLoop.getSubLoops().size() != 1) || in checkLoopsStructure()
76 Loop *SubLoop = L.getSubLoops()[0]; in partitionLoopBlocks()234 assert(L->getSubLoops().size() == 1); in UnrollAndJamLoop()816 if (Root.getSubLoops().size() != 1) in isEligibleLoopForm()833 unsigned SubLoopsSize = L->getSubLoops().size(); in isEligibleLoopForm()858 L = L->getSubLoops()[0]; in isEligibleLoopForm()865 while (!L->getSubLoops().empty()) in getInnerMostLoop()866 L = L->getSubLoops()[0]; in getInnerMostLoop()976 Loop *SubLoop = L->getSubLoops()[0]; in isSafeToUnrollAndJam()
408 for (Loop *SubLoop : L.getSubLoops()) in formLCSSARecursively()
314 const std::vector<Loop*> &SubLoops = L->getSubLoops(); in separateNestedLoop()
143 const std::vector<LoopT *> &getSubLoops() const { in getSubLoops() function154 iterator begin() const { return getSubLoops().begin(); } in begin()155 iterator end() const { return getSubLoops().end(); } in end()156 reverse_iterator rbegin() const { return getSubLoops().rbegin(); } in rbegin()157 reverse_iterator rend() const { return getSubLoops().rend(); } in rend()165 bool isInnermost() const { return getSubLoops().empty(); } in isInnermost()
228 for (MachineLoop *Child : Loops[i]->getSubLoops()) in runOnMachineFunction()233 if (!CurrLoop->getSubLoops().empty()) in runOnMachineFunction()
249 if (!CurLoop->getSubLoops().empty()) in run()578 assert(CurLoop->getSubLoops().empty() && in doVLCR()
87 if (llvm::none_of(L->getSubLoops(), [PHI](const Loop* SubLoop) { in dependsOnLocalPhi()144 if (llvm::any_of(L->getSubLoops(), [BB](const Loop* SubLoop) { in getUnrollingPreferences()222 if (llvm::any_of(L->getSubLoops(), [Inst](const Loop* SubLoop) { in getUnrollingPreferences()
279 const std::vector<Loop *> *Vec = &CurrentLoop->getSubLoops(); in populateWorklist()289 Vec = &CurrentLoop->getSubLoops(); in populateWorklist()1306 if (InnerLoop->getSubLoops().empty()) { in transform()
235 if (!CurLoop->getSubLoops().empty()) { in legalLoopStructure()
331 Loop *SubLoop = L->getSubLoops()[0]; in tryToUnrollAndJamLoop()
2335 for (Loop *InnerL : L->getSubLoops()) in collectAliasInfoForLoop()
15486 if (ML->getLoopDepth() > 1 && ML->getSubLoops().empty()) in getPrefLoopAlignment()