Searched refs:BestNum (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4220 unsigned BestNum = 0; local
4230 if (Count > BestNum) {
4232 BestNum = Count;

Completed in 41 milliseconds