Home
last modified time | relevance | path

Searched refs:MinFuncCountForCGMatching (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp29 static cl::opt<unsigned> MinFuncCountForCGMatching( variable
790 if (IRFunc.size() < MinFuncCountForCGMatching || in functionMatchesProfileHelper()
791 FSFlattened->getBodySamples().size() < MinFuncCountForCGMatching) in functionMatchesProfileHelper()