Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h33 bool AllowRuntime, bool AllowExpensiveTripCount,
38 bool AllowExpensiveTripCount,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h59 bool AllowExpensiveTripCount, bool PreserveCondBr,
67 bool AllowExpensiveTripCount,
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp128 UP.AllowExpensiveTripCount = false; in gatherUnrollingPreferences()
707 UP.AllowExpensiveTripCount = true; in computeUnrollCount()
719 UP.AllowExpensiveTripCount = true; in computeUnrollCount()
974 UP.AllowExpensiveTripCount, TripMultiple, LI, SE, &DT, &AC, in tryToUnrollLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp191 UP.AllowExpensiveTripCount = false; in gatherUnrollingPreferences()
727 UP.AllowExpensiveTripCount = true; in computeUnrollCount()
738 UP.AllowExpensiveTripCount = true; in computeUnrollCount()
898 UP.AllowExpensiveTripCount = true; in computeUnrollCount()
1071 L, UP.Count, TripCount, UP.Force, UP.Runtime, UP.AllowExpensiveTripCount, in tryToUnrollLoop()
/external/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp204 bool AllowRuntime, bool AllowExpensiveTripCount, in UnrollLoop() argument
300 !UnrollRuntimeLoopRemainder(L, Count, AllowExpensiveTripCount, in UnrollLoop()
DLoopUnrollRuntime.cpp432 bool AllowExpensiveTripCount, in UnrollRuntimeLoopRemainder() argument
473 if (!AllowExpensiveTripCount && in UnrollRuntimeLoopRemainder()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp526 bool AllowExpensiveTripCount, in UnrollRuntimeLoopRemainder() argument
603 if (!AllowExpensiveTripCount && in UnrollRuntimeLoopRemainder()
DLoopUnroll.cpp335 bool AllowExpensiveTripCount, bool PreserveCondBr, bool PreserveOnlyFirst, in UnrollLoop() argument
470 !UnrollRuntimeLoopRemainder(L, Count, AllowExpensiveTripCount, in UnrollLoop()
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp200 UP.AllowExpensiveTripCount = true; in getUnrollingPreferences()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp217 UP.AllowExpensiveTripCount = true; in getUnrollingPreferences()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp290 UP.AllowExpensiveTripCount = true; in getUnrollingPreferences()
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h287 bool AllowExpensiveTripCount; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h415 bool AllowExpensiveTripCount; member