Searched refs:ImportCutoff (Results 1 – 1 of 1) sorted by relevance
74 static cl::opt<int> ImportCutoff( variable290 if (ImportCutoff >= 0 && ImportCount >= ImportCutoff) { in computeImportForFunction()291 LLVM_DEBUG(dbgs() << "ignored! import-cutoff value of " << ImportCutoff in computeImportForFunction()