Searched refs:AllowExpensiveTripCount (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| D | UnrollLoop.h | 71 bool AllowExpensiveTripCount; member 84 Loop *L, unsigned Count, bool AllowExpensiveTripCount,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | LoopUnrollPass.cpp | 209 UP.AllowExpensiveTripCount = false; in gatherUnrollingPreferences() 791 UP.AllowExpensiveTripCount = true; in computeUnrollCount() 802 UP.AllowExpensiveTripCount = true; in computeUnrollCount() 981 UP.AllowExpensiveTripCount = true; in computeUnrollCount() 1211 {UP.Count, UP.Force, UP.Runtime, UP.AllowExpensiveTripCount, in tryToUnrollLoop()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | LoopUnrollRuntime.cpp | 583 Loop *L, unsigned Count, bool AllowExpensiveTripCount, in UnrollRuntimeLoopRemainder() argument 673 if (!AllowExpensiveTripCount && in UnrollRuntimeLoopRemainder()
|
| D | LoopUnroll.cpp | 403 !UnrollRuntimeLoopRemainder(L, ULO.Count, ULO.AllowExpensiveTripCount, in UnrollLoop()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetTransformInfo.cpp | 295 UP.AllowExpensiveTripCount = true; in getUnrollingPreferences()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCTargetTransformInfo.cpp | 801 UP.AllowExpensiveTripCount = true; in getUnrollingPreferences()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | TargetTransformInfo.h | 485 bool AllowExpensiveTripCount; member
|