Home
last modified time | relevance | path

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/
DUnrollLoop.h72 bool AllowExpensiveTripCount; member
87 bool AllowExpensiveTripCount,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp203 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/
DLoopUnrollRuntime.cpp547 bool AllowExpensiveTripCount, in UnrollRuntimeLoopRemainder() argument
639 if (!AllowExpensiveTripCount && in UnrollRuntimeLoopRemainder()
DLoopUnroll.cpp436 !UnrollRuntimeLoopRemainder(L, ULO.Count, ULO.AllowExpensiveTripCount, in UnrollLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp546 UP.AllowExpensiveTripCount = true; in getUnrollingPreferences()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp289 UP.AllowExpensiveTripCount = true; in getUnrollingPreferences()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h485 bool AllowExpensiveTripCount; member