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 43 static cl::opt<unsigned> ScanLimit("aarch64-load-store-scan-limit",
809 // Look ahead up to ScanLimit instructions for a pairable instruction.
812 findMatchingInsn(MBBI, MergeForward, ScanLimit);
869 // Look ahead up to ScanLimit instructions for a mergable instruction.
871 findMatchingUpdateInsnForward(MBBI, ScanLimit, 0);
891 Update = findMatchingUpdateInsnBackward(MBBI, ScanLimit);
912 Update = findMatchingUpdateInsnForward(MBBI, ScanLimit, Value);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 160 unsigned ScanLimit = 6;
166 for (; ScanLimit; --IP, --ScanLimit) {
167 // Don't count dbg.value against the ScanLimit, to avoid perturbing the
170 ScanLimit++;
532 unsigned ScanLimit = 6;
538 for (; ScanLimit; --IP, --ScanLimit) {
539 // Don't count dbg.value against the ScanLimit, to avoid perturbing the
542 ScanLimit++
    [all...]

Completed in 83 milliseconds