| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 614 assert(!TheLoop->isInnermost() && "We are not vectorizing an outer loop."); in canVectorizeOuterLoop() 1369 assert((UseVPlanNativePath || Lp->isInnermost()) && in canVectorizeLoopCFG() 1455 if (!TheLoop->isInnermost()) { in canVectorize() 1472 assert(TheLoop->isInnermost() && "Inner loop expected."); in canVectorize()
|
| H A D | LoopVectorize.cpp | 1046 "Vectorizing: ", TheLoop->isInnermost() ? "innermost loop" : "outer loop", in reportVectorization() 1048 StringRef LoopType = TheLoop->isInnermost() ? "" : "outer "; in reportVectorization() 2278 assert(!OuterLp->isInnermost() && "This is not an outer loop"); in isExplicitVecOuterLoop() 2311 if (L.isInnermost() || VPlanBuildStressTest || in collectSupportedLoops() 7304 if (!OrigLoop->isInnermost()) { in planInVPlanNativePath() 7351 assert(OrigLoop->isInnermost() && "Inner loop expected."); in plan() 8595 assert(OrigLoop->isInnermost() && "Inner loop expected."); in buildVPlansWithVPRecipes() 8920 assert(!OrigLoop->isInnermost()); in buildVPlan() 9831 assert((EnableVPlanNativePath || L->isInnermost()) && in processLoop() 9888 if (!L->isInnermost()) in processLoop() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDistribute.cpp | 660 assert(L->isInnermost() && "Only process inner loops."); in processLoop() 977 if (L->isInnermost()) in runImpl()
|
| H A D | LoopDataPrefetch.cpp | 278 if (!L->isInnermost()) in runOnLoop()
|
| H A D | LoopBoundSplit.cpp | 186 if (!L.isInnermost()) in canSplitLoopBound()
|
| H A D | LoopLoadElimination.cpp | 650 if (L->isInnermost()) in eliminateLoadsAcrossLoops()
|
| H A D | LoopFuse.cpp | 1747 while (!FC1.L->isInnermost()) { in performFusion() 2041 while (!FC1.L->isInnermost()) { in fuseGuardedLoops()
|
| H A D | LoopInterchange.cpp | 1248 while (!NewOuter->isInnermost()) in restructureLoops()
|
| H A D | LoopUnrollPass.cpp | 363 if (!L->isInnermost()) in analyzeLoopUnrollCost()
|
| H A D | SimpleLoopUnswitch.cpp | 1372 if (OrigRootL.isInnermost()) in cloneLoopNest()
|
| H A D | LoopStrengthReduce.cpp | 5911 if (!L->isInnermost()) { in LSRInstance() 6766 if (!L->isInnermost()) { in canFoldTermCondOfLoop()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopVersioning.cpp | 270 if (L->isInnermost()) in runImpl()
|
| H A D | LoopPeel.cpp | 514 if (!PP.AllowLoopNestsPeeling && !L->isInnermost()) in computePeelCount()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FalkorHWPFFix.cpp | 146 if (!L.isInnermost()) in runOnLoop() 831 if (L->isInnermost()) in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopNestAnalysis.cpp | 112 assert(!OuterLoop.isInnermost() && "Outer loop should have subloops"); in analyzeLoopNestForPerfectNest()
|
| H A D | LoopInfo.cpp | 784 while (!Unloop.isInnermost()) { in updateSubloopParents() 904 while (!Unloop->isInnermost()) in erase()
|
| H A D | LoopAccessAnalysis.cpp | 2285 if (!TheLoop->isInnermost()) { in canAnalyzeLoop()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 91 if (L && L->isInnermost() && canPeel(L) && in getPeelingPreferences()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GenericLoopInfo.h | 167 bool isInnermost() const { return getSubLoops().empty(); } in isInnermost() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SelectOptimize.cpp | 472 if (L && L->isInnermost()) in optimizeSelectsBase() 490 if (!L->isInnermost()) in optimizeSelectsInnerLoops()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.cpp | 260 if (L->isInnermost() && BB->size() < UnrollMaxBlockToAnalyze) in getUnrollingPreferences()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCLoopInstrFormPrep.cpp | 1283 if (!L->isInnermost()) in runOnLoop()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 2388 assert(L->isInnermost() && "preferPredicateOverEpilogue: inner-loop expected"); in preferPredicateOverEpilogue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 3928 if (Loop->isInnermost()) in emitBasicBlockLoopComments()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 57759 if (ML && ML->isInnermost() && in getPrefLoopAlignment()
|