Home
last modified time | relevance | path

Searched refs:getSubLoopsVector (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp121 auto &CandidateLoops = ParentLoop ? ParentLoop->getSubLoopsVector() in INITIALIZE_PASS_DEPENDENCY()
148 std::swap(GrandChildLoops, Child->getSubLoopsVector()); in INITIALIZE_PASS_DEPENDENCY()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h477 L->getSubLoopsVector().reserve(NumSubloops); in discoverAndMapSubloop()
514 Subloop->getParentLoop()->getSubLoopsVector().push_back(Subloop); in insertIntoLoop()
521 std::reverse(Subloop->getSubLoopsVector().begin(), in insertIntoLoop()
522 Subloop->getSubLoopsVector().end()); in insertIntoLoop()
H A DLoopInfo.h163 std::vector<LoopT *> &getSubLoopsVector() { in getSubLoopsVector() function
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1661 llvm::erase_if(L.getSubLoopsVector(), [&](Loop *ChildL) { in deleteDeadBlocksFromLoop()
1977 auto &SubLoops = L.getSubLoopsVector(); in rebuildLoopAfterUnswitch()
2674 int SiblingsCount = (ParentL ? ParentL->getSubLoopsVector().size() in CalculateUnswitchCostMultiplier()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1396 L ? L->getSubLoopsVector() : std::vector<Loop *>(LI.begin(), LI.end()); in countBeneficialLoops()