Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp328 bool UnlimitedWarnings = (MaxWarnings == 0); in correlateProfileDataImpl() local
365 if (UnlimitedWarnings || ++NumSuppressedWarnings < 1) { in correlateProfileDataImpl()
377 if (UnlimitedWarnings || ++NumSuppressedWarnings < 1) { in correlateProfileDataImpl()
386 if (!FunctionPtr && (UnlimitedWarnings || ++NumSuppressedWarnings < 1)) { in correlateProfileDataImpl()
422 if (!UnlimitedWarnings && NumSuppressedWarnings > 0) in correlateProfileDataImpl()
444 bool UnlimitedWarnings = (MaxWarnings == 0); in correlateProfileDataImpl() local
456 if (UnlimitedWarnings || ++NumSuppressedWarnings < 1) { in correlateProfileDataImpl()