Lines Matching refs:instrprof_error
80 instrprof_error instrError = IPE.get(); in exitWithError()
82 if (instrError == instrprof_error::unrecognized_format) { in exitWithError()
118 auto IPE = instrprof_error::success; in handleMergeWriterError()
128 if (IPE != instrprof_error::success) { in handleMergeWriterError()
130 case instrprof_error::hash_mismatch: in handleMergeWriterError()
131 case instrprof_error::count_mismatch: in handleMergeWriterError()
132 case instrprof_error::value_site_count_mismatch: in handleMergeWriterError()
199 SmallSet<instrprof_error, 4> &WriterErrorCodes;
202 SmallSet<instrprof_error, 4> &WriterErrorCodes) in WriterContext()
217 instrprof_error IPE = InstrProfError::take(std::move(E)); in overlapInput()
218 if (IPE != instrprof_error::empty_raw_profile) in overlapInput()
246 instrprof_error IPE = InstrProfError::take(std::move(E)); in loadInput()
247 if (IPE != instrprof_error::empty_raw_profile) in loadInput()
278 instrprof_error IPE = InstrProfError::take(std::move(E)); in loadInput()
297 instrprof_error IPE = InstrProfError::take(std::move(E)); in mergeWriterContexts()
336 SmallSet<instrprof_error, 4> WriterErrorCodes; in mergeInstrProfile()
446 ProfRecord->scale(Numerator, Denominator, [&](instrprof_error E) { in updateInstrProfileEntry()
574 SmallSet<instrprof_error, 4> WriterErrorCodes; in supplementInstrProfile()
1002 SmallSet<instrprof_error, 4> WriterErrorCodes; in overlapInstrProfile()