Home
last modified time | relevance | path

Searched refs:getSubLoops (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp169 auto &SubLoops = L->getSubLoops(); in getPerfectLoops()
186 const auto *SubLoops = &CurrentLoop->getSubLoops(); in getMaxPerfectDepth()
201 SubLoops = &CurrentLoop->getSubLoops(); in getMaxPerfectDepth()
238 if ((OuterLoop.getSubLoops().size() != 1) || in checkLoopsStructure()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp76 Loop *SubLoop = L.getSubLoops()[0]; in partitionLoopBlocks()
234 assert(L->getSubLoops().size() == 1); in UnrollAndJamLoop()
816 if (Root.getSubLoops().size() != 1) in isEligibleLoopForm()
833 unsigned SubLoopsSize = L->getSubLoops().size(); in isEligibleLoopForm()
858 L = L->getSubLoops()[0]; in isEligibleLoopForm()
865 while (!L->getSubLoops().empty()) in getInnerMostLoop()
866 L = L->getSubLoops()[0]; in getInnerMostLoop()
976 Loop *SubLoop = L->getSubLoops()[0]; in isSafeToUnrollAndJam()
H A DLCSSA.cpp408 for (Loop *SubLoop : L.getSubLoops()) in formLCSSARecursively()
H A DLoopSimplify.cpp314 const std::vector<Loop*> &SubLoops = L->getSubLoops(); in separateNestedLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfo.h143 const std::vector<LoopT *> &getSubLoops() const { in getSubLoops() function
154 iterator begin() const { return getSubLoops().begin(); } in begin()
155 iterator end() const { return getSubLoops().end(); } in end()
156 reverse_iterator rbegin() const { return getSubLoops().rbegin(); } in rbegin()
157 reverse_iterator rend() const { return getSubLoops().rend(); } in rend()
165 bool isInnermost() const { return getSubLoops().empty(); } in isInnermost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp228 for (MachineLoop *Child : Loops[i]->getSubLoops()) in runOnMachineFunction()
233 if (!CurrLoop->getSubLoops().empty()) in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp249 if (!CurLoop->getSubLoops().empty()) in run()
578 assert(CurLoop->getSubLoops().empty() && in doVLCR()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp87 if (llvm::none_of(L->getSubLoops(), [PHI](const Loop* SubLoop) { in dependsOnLocalPhi()
144 if (llvm::any_of(L->getSubLoops(), [BB](const Loop* SubLoop) { in getUnrollingPreferences()
222 if (llvm::any_of(L->getSubLoops(), [Inst](const Loop* SubLoop) { in getUnrollingPreferences()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp279 const std::vector<Loop *> *Vec = &CurrentLoop->getSubLoops(); in populateWorklist()
289 Vec = &CurrentLoop->getSubLoops(); in populateWorklist()
1306 if (InnerLoop->getSubLoops().empty()) { in transform()
H A DLoopVersioningLICM.cpp235 if (!CurLoop->getSubLoops().empty()) { in legalLoopStructure()
H A DLoopUnrollAndJamPass.cpp331 Loop *SubLoop = L->getSubLoops()[0]; in tryToUnrollAndJamLoop()
H A DLICM.cpp2335 for (Loop *InnerL : L->getSubLoops()) in collectAliasInfoForLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15486 if (ML->getLoopDepth() > 1 && ML->getSubLoops().empty()) in getPrefLoopAlignment()