Searched defs:ScanLimit (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp160 unsigned ScanLimit = 6; local
166 for (; ScanLimit; --IP, --ScanLimit) {
167 // Don't count dbg.value against the ScanLimit, to avoid perturbing the
170 ScanLimit++;
532 unsigned ScanLimit = 6; local
538 for (; ScanLimit; --IP, --ScanLimit) {
539 // Don't count dbg.value against the ScanLimit, to avoid perturbing the
542 ScanLimit
[all...]

Completed in 33 milliseconds