Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp206 Error InstrProfCorrelatorImpl<IntPtrT>::correlateProfileData(int MaxWarnings) { in correlateProfileData() argument
208 correlateProfileDataImpl(MaxWarnings); in correlateProfileData()
243 Error InstrProfCorrelatorImpl<IntPtrT>::dumpYaml(int MaxWarnings, in dumpYaml() argument
246 correlateProfileDataImpl(MaxWarnings, &Data); in dumpYaml()
327 int MaxWarnings, InstrProfCorrelator::CorrelationData *Data) { in correlateProfileDataImpl() argument
328 bool UnlimitedWarnings = (MaxWarnings == 0); in correlateProfileDataImpl()
330 int NumSuppressedWarnings = -MaxWarnings; in correlateProfileDataImpl()
442 int MaxWarnings, InstrProfCorrelator::CorrelationData *CorrelateData) { in correlateProfileDataImpl() argument
444 bool UnlimitedWarnings = (MaxWarnings == 0); in correlateProfileDataImpl()
446 int NumSuppressedWarnings = -MaxWarnings; in correlateProfileDataImpl()