Searched refs: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++;
533 unsigned ScanLimit = 6; local
539 for (; ScanLimit; --IP, --ScanLimit) {
540 // Don't count dbg.value against the ScanLimit, to avoid perturbing the
543 ScanLimit
[all...]

Completed in 72 milliseconds