Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp73 UserRuntime = (R != -1) || (UnrollRuntime.getNumOccurrences() > 0); in LoopUnroll()
99 bool UserRuntime; // CurrentRuntime is user-specified. member in __anon7d91e8130111::LoopUnroll
452 bool AllowRuntime = UserRuntime ? CurrentRuntime : UP.Runtime; in runOnLoop()