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