Searched refs:getSubLoops (Results 1 – 21 of 21) sorted by relevance
131 const std::vector<LoopT *> &getSubLoops() const { in getSubLoops() function142 iterator begin() const { return getSubLoops().begin(); } in begin()143 iterator end() const { return getSubLoops().end(); } in end()144 reverse_iterator rbegin() const { return getSubLoops().rbegin(); } in rbegin()145 reverse_iterator rend() const { return getSubLoops().rend(); } in rend()146 bool empty() const { return getSubLoops().empty(); } in empty()
83 if (llvm::none_of(L->getSubLoops(), [PHI](const Loop* SubLoop) { in dependsOnLocalPhi()110 if (llvm::any_of(L->getSubLoops(), [BB](const Loop* SubLoop) { in getUnrollingPreferences()182 if (llvm::any_of(L->getSubLoops(), [Inst](const Loop* SubLoop) { in getUnrollingPreferences()
259 if (!L->isLoopSimplifyForm() || L->getSubLoops().size() != 1) in tryToUnrollAndJamLoop()261 Loop *SubLoop = L->getSubLoops()[0]; in tryToUnrollAndJamLoop()
280 const std::vector<Loop *> *Vec = &CurrentLoop->getSubLoops(); in populateWorklist()291 Vec = &CurrentLoop->getSubLoops(); in populateWorklist()1267 if (InnerLoop->getSubLoops().empty()) { in transform()
253 if (!CurLoop->getSubLoops().empty()) { in legalLoopStructure()
1474 for (Loop *InnerL : L->getSubLoops()) { in collectAliasInfoForLoop()
179 assert(L->getSubLoops().size() == 1); in UnrollAndJamLoop()701 if (!L->isLoopSimplifyForm() || L->getSubLoops().size() != 1) in isSafeToUnrollAndJam()703 Loop *SubLoop = L->getSubLoops()[0]; in isSafeToUnrollAndJam()
365 for (Loop *SubLoop : L.getSubLoops()) in formLCSSARecursively()
291 const std::vector<Loop*> &SubLoops = L->getSubLoops(); in separateNestedLoop()
742 assert(OrigLoop->getSubLoops().empty() && in cloneLoopWithPreheader()
318 if (!L->getSubLoops().empty()) in INITIALIZE_PASS_DEPENDENCY()538 assert(CurLoop->getSubLoops().empty() && in doVLCR()
236 for (MachineLoop *Child : Loops[i]->getSubLoops()) in runOnMachineFunction()241 if (!CurrLoop->getSubLoops().empty()) in runOnMachineFunction()
284 const std::vector<Loop *> *Vec = &CurrentLoop->getSubLoops(); in populateWorklist()295 Vec = &CurrentLoop->getSubLoops(); in populateWorklist()1030 if (InnerLoop->getSubLoops().size() == 0) { in transform()
215 if (CurLoop->getSubLoops().size()) { in legalLoopStructure()
1081 for (Loop *InnerL : L->getSubLoops()) { in collectAliasInfoForLoop()
267 for (Loop *SubLoop : L.getSubLoops()) in formLCSSARecursively()
660 assert(OrigLoop->getSubLoops().empty() && in cloneLoopWithPreheader()
323 const std::vector<Loop*> &SubLoops = L->getSubLoops(); in separateNestedLoop()
127 const std::vector<LoopT *> &getSubLoops() const { return SubLoops; } in getSubLoops() function
601 const std::vector<Loop*> &SubLoops = L->getSubLoops(); in SeparateNestedLoop()
125 const std::vector<LoopT *> &getSubLoops() const { return SubLoops; } in getSubLoops() function