Searched refs:AllowExpensiveTripCount (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | UnrollLoop.h | 72 bool AllowExpensiveTripCount; member 87 bool AllowExpensiveTripCount,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 203 UP.AllowExpensiveTripCount = false; in gatherUnrollingPreferences() 750 UP.AllowExpensiveTripCount = true; in computeUnrollCount() 761 UP.AllowExpensiveTripCount = true; in computeUnrollCount() 945 UP.AllowExpensiveTripCount = true; in computeUnrollCount() 1137 {UP.Count, TripCount, UP.Force, UP.Runtime, UP.AllowExpensiveTripCount, in tryToUnrollLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopUnrollRuntime.cpp | 547 bool AllowExpensiveTripCount, in UnrollRuntimeLoopRemainder() argument 639 if (!AllowExpensiveTripCount && in UnrollRuntimeLoopRemainder()
|
D | LoopUnroll.cpp | 436 !UnrollRuntimeLoopRemainder(L, ULO.Count, ULO.AllowExpensiveTripCount, in UnrollLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 546 UP.AllowExpensiveTripCount = true; in getUnrollingPreferences()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 289 UP.AllowExpensiveTripCount = true; in getUnrollingPreferences()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 485 bool AllowExpensiveTripCount; member
|