Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp34 static cl::opt<unsigned> MinCallCountForCGMatching( variable
818 if (FilteredIRAnchorsList.size() < MinCallCountForCGMatching || in functionMatchesProfileHelper()
819 FilteredProfileAnchorList.size() < MinCallCountForCGMatching) in functionMatchesProfileHelper()