HomeSort by relevance Sort by last modified time
    Searched refs:ScanLimit (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp 47 static cl::opt<unsigned> ScanLimit("aarch64-load-store-scan-limit",
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 181 unsigned ScanLimit = 6;
187 for (; ScanLimit; --IP, --ScanLimit) {
188 // Don't count dbg.value against the ScanLimit, to avoid perturbing the
191 ScanLimit++;
509 unsigned ScanLimit = 6;
515 for (; ScanLimit; --IP, --ScanLimit) {
516 // Don't count dbg.value against the ScanLimit, to avoid perturbing the
519 ScanLimit++
    [all...]

Completed in 1033 milliseconds