Searched refs:BestNum (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3963 unsigned BestNum = 0; local
3973 if (Count > BestNum) {
3975 BestNum = Count;

Completed in 1460 milliseconds