Home
last modified time | relevance | path

Searched defs:AllowRuntime (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp399 bool AllowRuntime = UserRuntime ? CurrentRuntime : UP.Runtime; in runOnLoop() local
/external/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp148 bool AllowRuntime, unsigned TripMultiple, in UnrollLoop()