Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h33 bool AllowRuntime, bool AllowExpensiveTripCount,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h58 bool Force, bool AllowRuntime,
/external/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp204 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/
DLoopUnroll.cpp334 Loop *L, unsigned Count, unsigned TripCount, bool Force, bool AllowRuntime, in UnrollLoop() argument
430 bool RuntimeTripCount = (TripCount == 0 && Count > 0 && AllowRuntime); in UnrollLoop()