Home
last modified time | relevance | path

Searched refs:AllowExpensiveTripCount (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h73 bool AllowExpensiveTripCount; member
90 Loop *L, unsigned Count, bool AllowExpensiveTripCount,
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp209 UP.AllowExpensiveTripCount = false; in gatherUnrollingPreferences()
777 UP.AllowExpensiveTripCount = true; in computeUnrollCount()
788 UP.AllowExpensiveTripCount = true; in computeUnrollCount()
973 UP.AllowExpensiveTripCount = true; in computeUnrollCount()
1166 {UP.Count, TripCount, UP.Force, UP.Runtime, UP.AllowExpensiveTripCount, in tryToUnrollLoop()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp583 Loop *L, unsigned Count, bool AllowExpensiveTripCount, in UnrollRuntimeLoopRemainder() argument
673 if (!AllowExpensiveTripCount && in UnrollRuntimeLoopRemainder()
H A DLoopUnroll.cpp434 !UnrollRuntimeLoopRemainder(L, ULO.Count, ULO.AllowExpensiveTripCount, in UnrollLoop()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp295 UP.AllowExpensiveTripCount = true; in getUnrollingPreferences()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp798 UP.AllowExpensiveTripCount = true; in getUnrollingPreferences()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h485 bool AllowExpensiveTripCount; member