Lines Matching defs:Warn
847 function_ref<void(instrprof_error)> Warn) {
863 Warn(instrprof_error::counter_overflow);
875 function_ref<void(instrprof_error)> Warn) {
880 Warn(instrprof_error::counter_overflow);
888 function_ref<void(instrprof_error)> Warn) {
892 Warn(instrprof_error::value_site_count_mismatch);
902 ThisSiteRecords[I].merge(OtherSiteRecords[I], Weight, Warn);
906 function_ref<void(instrprof_error)> Warn) {
910 Warn(instrprof_error::count_mismatch);
922 Warn(instrprof_error::count_mismatch);
942 Warn(instrprof_error::counter_overflow);
948 Warn(instrprof_error::bitmap_mismatch);
958 mergeValueProfData(Kind, Other, Weight, Warn);
963 function_ref<void(instrprof_error)> Warn) {
965 R.scale(N, D, Warn);
969 function_ref<void(instrprof_error)> Warn) {
979 Warn(instrprof_error::counter_overflow);
982 scaleValueProfData(Kind, N, D, Warn);