Home
last modified time | relevance | path

Searched defs:TripMultiple (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp797 shouldPragmaUnroll(Loop * L,const PragmaInfo & PInfo,const unsigned TripMultiple,const unsigned TripCount,unsigned MaxTripCount,const UnrollCostEstimator UCE,const TargetTransformInfo::UnrollingPreferences & UP) shouldPragmaUnroll() argument
927 computeUnrollCount(Loop * L,const TargetTransformInfo & TTI,DominatorTree & DT,LoopInfo * LI,AssumptionCache * AC,ScalarEvolution & SE,const SmallPtrSetImpl<const Value * > & EphValues,OptimizationRemarkEmitter * ORE,unsigned TripCount,unsigned MaxTripCount,bool MaxOrZero,unsigned TripMultiple,const UnrollCostEstimator & UCE,TargetTransformInfo::UnrollingPreferences & UP,TargetTransformInfo::PeelingPreferences & PP,bool & UseUpperBound) computeUnrollCount() argument
1255 unsigned TripMultiple = 1; tryToUnrollLoop() local
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp217 UnrollAndJamLoop(Loop * L,unsigned Count,unsigned TripCount,unsigned TripMultiple,bool UnrollRemainder,LoopInfo * LI,ScalarEvolution * SE,DominatorTree * DT,AssumptionCache * AC,const TargetTransformInfo * TTI,OptimizationRemarkEmitter * ORE,Loop ** EpilogueLoop) UnrollAndJamLoop() argument
H A DLoopUnroll.cpp513 unsigned TripMultiple; UnrollLoop() member
[all...]
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5355 unsigned TripMultiple = 0; computeHeuristicUnrollFactor() local