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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp178 unsigned ScanLimit = 6; local
184 for (; ScanLimit; --IP, --ScanLimit) {
185 // Don't count dbg.value against the ScanLimit, to avoid perturbing the
188 ScanLimit++;
524 unsigned ScanLimit = 6; local
530 for (; ScanLimit; --IP, --ScanLimit) {
531 // Don't count dbg.value against the ScanLimit, to avoid perturbing the
534 ScanLimit
[all...]

Completed in 58 milliseconds