Lines Matching refs:instrprof_error
454 instrprof_error instrError = IPE.get(); in exitWithError()
456 if (instrError == instrprof_error::unrecognized_format) { in exitWithError()
488 auto IPE = instrprof_error::success; in handleMergeWriterError()
498 if (IPE != instrprof_error::success) { in handleMergeWriterError()
500 case instrprof_error::hash_mismatch: in handleMergeWriterError()
501 case instrprof_error::count_mismatch: in handleMergeWriterError()
502 case instrprof_error::value_site_count_mismatch: in handleMergeWriterError()
577 SmallSet<instrprof_error, 4> &WriterErrorCodes;
580 SmallSet<instrprof_error, 4> &WriterErrorCodes, in WriterContext()
598 if (ErrorCode != instrprof_error::empty_raw_profile) in overlapInput()
688 if (ErrCode != instrprof_error::empty_raw_profile) in loadInput()
882 SmallSet<instrprof_error, 4> WriterErrorCodes; in mergeInstrProfile()
1011 ProfRecord->scale(Numerator, Denominator, [&](instrprof_error E) { in updateInstrProfileEntry()
1328 SmallSet<instrprof_error, 4> WriterErrorCodes; in supplementInstrProfile()
1665 SmallSet<instrprof_error, 4> WriterErrorCodes; in overlapInstrProfile()