Searched refs:AllowRuntime (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | UnrollLoop.h | 33 bool AllowRuntime, bool AllowExpensiveTripCount,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | UnrollLoop.h | 58 bool Force, bool AllowRuntime,
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUnroll.cpp | 204 bool AllowRuntime, bool AllowExpensiveTripCount, in UnrollLoop() argument 281 bool RuntimeTripCount = (TripCount == 0 && Count > 0 && AllowRuntime); in UnrollLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUnroll.cpp | 334 Loop *L, unsigned Count, unsigned TripCount, bool Force, bool AllowRuntime, in UnrollLoop() argument 430 bool RuntimeTripCount = (TripCount == 0 && Count > 0 && AllowRuntime); in UnrollLoop()
|