Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp68 CurrentRuntime = (R == -1) ? UnrollRuntime : (bool)R; in LoopUnroll()
95 bool CurrentRuntime; member in __anon7d91e8130111::LoopUnroll
136 UP.Runtime = CurrentRuntime; in getUnrollingPreferences()
452 bool AllowRuntime = UserRuntime ? CurrentRuntime : UP.Runtime; in runOnLoop()