Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp71 UserRuntime = (R != -1) || (UnrollRuntime.getNumOccurrences() > 0); in LoopUnroll()
97 bool UserRuntime; // CurrentRuntime is user-specified. member in __anon2154e3590111::LoopUnroll
399 bool AllowRuntime = UserRuntime ? CurrentRuntime : UP.Runtime; in runOnLoop()