Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp947 uint64_t UnrolledSize = (uint64_t)(LoopSize-2) * Count + 2; in runOnLoop() local
981 UnrolledSize, UnrolledSize)) { in runOnLoop()
1018 if (PartialThreshold != NoThreshold && UnrolledSize > PartialThreshold) { in runOnLoop()
1032 while (Count != 0 && UnrolledSize > PartialThreshold) { in runOnLoop()
1034 UnrolledSize = (LoopSize-2) * Count + 2; in runOnLoop()