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-10.0/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h72 bool AllowExpensiveTripCount; member
87 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-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()
/external/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp432 bool AllowExpensiveTripCount, in UnrollRuntimeLoopRemainder() argument
473 if (!AllowExpensiveTripCount && in UnrollRuntimeLoopRemainder()
DLoopUnroll.cpp204 bool AllowRuntime, bool AllowExpensiveTripCount, in UnrollLoop() argument
300 !UnrollRuntimeLoopRemainder(L, Count, AllowExpensiveTripCount, in UnrollLoop()
/external/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()
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp200 UP.AllowExpensiveTripCount = true; in getUnrollingPreferences()
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h287 bool AllowExpensiveTripCount; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp546 UP.AllowExpensiveTripCount = true; in getUnrollingPreferences()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp289 UP.AllowExpensiveTripCount = true; in getUnrollingPreferences()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h485 bool AllowExpensiveTripCount; member