Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp98 UserCount = (C != -1) || (UnrollCount.getNumOccurrences() > 0); in LoopUnroll()
122 bool UserCount; // CurrentCount is user-specified. member in __anon0cdda4420111::LoopUnroll
690 unsigned Count = UserCount ? CurrentCount : 0; in selectUnrollCount()