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