Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp67 CurrentAllowPartial = (P == -1) ? UnrollAllowPartial : (bool)P; in LoopUnroll()
94 bool CurrentAllowPartial; member in __anon7d91e8130111::LoopUnroll
135 UP.Partial = CurrentAllowPartial; in getUnrollingPreferences()
454 bool AllowPartial = UserAllowPartial ? CurrentAllowPartial : UP.Partial; in runOnLoop()