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

/external/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp66 CurrentRuntime = (R == -1) ? UnrollRuntime : (bool)R;
93 bool CurrentRuntime; member in class:__anon26305::LoopUnroll
97 bool UserRuntime; // CurrentRuntime is user-specified.
132 UP.Runtime = CurrentRuntime;
399 bool AllowRuntime = UserRuntime ? CurrentRuntime : UP.Runtime;

Completed in 31 milliseconds