Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp71 UnrollRuntime("unroll-runtime", cl::ZeroOrMore, cl::init(false), cl::Hidden, variable
89 CurrentRuntime = (R == -1) ? UnrollRuntime : (bool)R; in LoopUnroll()
97 UserRuntime = (R != -1) || (UnrollRuntime.getNumOccurrences() > 0); in LoopUnroll()