Searched refs:getSubLoops (Results 1 – 12 of 12) 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()109 if (llvm::any_of(L->getSubLoops(), [BB](const Loop* SubLoop) { in getUnrollingPreferences()181 if (llvm::any_of(L->getSubLoops(), [Inst](const Loop* SubLoop) { in getUnrollingPreferences()
181 assert(L->getSubLoops().size() == 1); in UnrollAndJamLoop()723 if (!L->isLoopSimplifyForm() || L->getSubLoops().size() != 1) in isSafeToUnrollAndJam()725 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()
743 assert(OrigLoop->getSubLoops().empty() && in cloneLoopWithPreheader()
318 if (!L->getSubLoops().empty()) in INITIALIZE_PASS_DEPENDENCY()538 assert(CurLoop->getSubLoops().empty() && in doVLCR()
283 if (!L->isLoopSimplifyForm() || L->getSubLoops().size() != 1) in tryToUnrollAndJamLoop()285 Loop *SubLoop = L->getSubLoops()[0]; in tryToUnrollAndJamLoop()
280 const std::vector<Loop *> *Vec = &CurrentLoop->getSubLoops(); in populateWorklist()290 Vec = &CurrentLoop->getSubLoops(); in populateWorklist()1228 if (InnerLoop->getSubLoops().empty()) { in transform()
253 if (!CurLoop->getSubLoops().empty()) { in legalLoopStructure()
1983 for (Loop *InnerL : L->getSubLoops()) { in collectAliasInfoForLoop()
230 for (MachineLoop *Child : Loops[i]->getSubLoops()) in runOnMachineFunction()235 if (!CurrLoop->getSubLoops().empty()) in runOnMachineFunction()