Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h480 L->getSubLoopsVector().reserve(NumSubloops); in discoverAndMapSubloop()
517 Subloop->getParentLoop()->getSubLoopsVector().push_back(Subloop); in insertIntoLoop()
524 std::reverse(Subloop->getSubLoopsVector().begin(), in insertIntoLoop()
525 Subloop->getSubLoopsVector().end()); in insertIntoLoop()
H A DLoopInfo.h147 std::vector<LoopT *> &getSubLoopsVector() { in getSubLoopsVector() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp120 auto &CandidateLoops = ParentLoop ? ParentLoop->getSubLoopsVector() in INITIALIZE_PASS_DEPENDENCY()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1580 llvm::erase_if(L.getSubLoopsVector(), [&](Loop *ChildL) { in deleteDeadBlocksFromLoop()
1895 auto &SubLoops = L.getSubLoopsVector(); in rebuildLoopAfterUnswitch()
2552 int SiblingsCount = (ParentL ? ParentL->getSubLoopsVector().size() in CalculateUnswitchCostMultiplier()