Lines Matching defs:Warn
866 function_ref<void(instrprof_error)> Warn) {
882 Warn(instrprof_error::counter_overflow);
894 function_ref<void(instrprof_error)> Warn) {
899 Warn(instrprof_error::counter_overflow);
907 function_ref<void(instrprof_error)> Warn) {
911 Warn(instrprof_error::value_site_count_mismatch);
921 ThisSiteRecords[I].merge(OtherSiteRecords[I], Weight, Warn);
925 function_ref<void(instrprof_error)> Warn) {
929 Warn(instrprof_error::count_mismatch);
941 Warn(instrprof_error::count_mismatch);
961 Warn(instrprof_error::counter_overflow);
967 Warn(instrprof_error::bitmap_mismatch);
977 mergeValueProfData(Kind, Other, Weight, Warn);
982 function_ref<void(instrprof_error)> Warn) {
984 R.scale(N, D, Warn);
988 function_ref<void(instrprof_error)> Warn) {
998 Warn(instrprof_error::counter_overflow);
1001 scaleValueProfData(Kind, N, D, Warn);