Searched defs:SubLoop (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollAndJam.cpp | 71 Loop *SubLoop = L.getSubLoops()[0]; partitionLoopBlocks() local 119 partitionOuterLoopBlocks(Loop * L,Loop * SubLoop,BasicBlockSet & ForeBlocks,BasicBlockSet & SubLoopBlocks,BasicBlockSet & AftBlocks,DominatorTree * DT) partitionOuterLoopBlocks() argument 226 Loop *SubLoop = *L->begin(); UnrollAndJamLoop() local 939 __anone3ab27820802(Loop *SubLoop) isSafeToUnrollAndJam() argument 965 Loop *SubLoop = L->getSubLoops()[0]; isSafeToUnrollAndJam() local [all...] |
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollAndJamPass.cpp | 325 UnrollCostEstimator InnerUCE(SubLoop, TTI, EphValues, UP.BEInsns); in tryToUnrollAndJamLoop() local 152 computeUnrollAndJamCount(Loop * L,Loop * SubLoop,const TargetTransformInfo & TTI,DominatorTree & DT,LoopInfo * LI,AssumptionCache * AC,ScalarEvolution & SE,const SmallPtrSetImpl<const Value * > & EphValues,OptimizationRemarkEmitter * ORE,unsigned OuterTripCount,unsigned OuterTripMultiple,const UnrollCostEstimator & OuterUCE,unsigned InnerTripCount,unsigned InnerLoopSize,TargetTransformInfo::UnrollingPreferences & UP,TargetTransformInfo::PeelingPreferences & PP) computeUnrollAndJamCount() argument [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.cpp | 88 __anon947d17530102(const Loop* SubLoop) dependsOnLocalPhi() argument 150 __anon947d17530202(const Loop* SubLoop) getUnrollingPreferences() argument 228 __anon947d17530302(const Loop* SubLoop) getUnrollingPreferences() argument
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericLoopInfo.h | 679 isNotAlreadyContainedIn(const LoopT * SubLoop,const LoopT * ParentLoop) isNotAlreadyContainedIn() argument
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopDetection.cpp | 1405 for (auto &SubLoop : SubLoops) countBeneficialLoops() local
|