Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h470 L->getSubLoopsVector().reserve(NumSubloops); in discoverAndMapSubloop()
507 Subloop->getParentLoop()->getSubLoopsVector().push_back(Subloop); in insertIntoLoop()
514 std::reverse(Subloop->getSubLoopsVector().begin(), in insertIntoLoop()
515 Subloop->getSubLoopsVector().end()); in insertIntoLoop()
DLoopInfo.h140 std::vector<LoopT *> &getSubLoopsVector() { in getSubLoopsVector() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1539 llvm::erase_if(L.getSubLoopsVector(), [&](Loop *ChildL) { in deleteDeadBlocksFromLoop()
1849 auto &SubLoops = L.getSubLoopsVector(); in rebuildLoopAfterUnswitch()
2489 int SiblingsCount = (ParentL ? ParentL->getSubLoopsVector().size() in calculateUnswitchCostMultiplier()