Home
last modified time | relevance | path

Searched refs:AllowPeeling (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp194 UP.AllowPeeling = true; in gatherUnrollingPreferences()
229 UP.AllowPeeling = UnrollAllowPeeling; in gatherUnrollingPreferences()
247 UP.AllowPeeling = *UserAllowPeeling; in gatherUnrollingPreferences()
1106 Optional<bool> AllowPeeling = None) in LoopUnroll() argument
1110 ProvidedAllowPeeling(AllowPeeling) { in LoopUnroll()
1166 int AllowPeeling) { in INITIALIZE_PASS_DEPENDENCY()
1176 AllowPeeling == -1 ? None : Optional<bool>(AllowPeeling)); in INITIALIZE_PASS_DEPENDENCY()
1341 AllowPeeling; in run() local
1346 AllowPeeling = false; in run()
1352 UpperBoundParam, AllowPeeling); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/
DScalar.h189 int UpperBound = -1, int AllowPeeling = -1);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp263 if (!UP.AllowPeeling) in computePeelCount()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h422 bool AllowPeeling; member