Lines Matching refs:instrprof_error
86 instrprof_error instrError = IPE.get(); in exitWithError()
88 if (instrError == instrprof_error::unrecognized_format) { in exitWithError()
125 auto IPE = instrprof_error::success; in handleMergeWriterError()
135 if (IPE != instrprof_error::success) { in handleMergeWriterError()
137 case instrprof_error::hash_mismatch: in handleMergeWriterError()
138 case instrprof_error::count_mismatch: in handleMergeWriterError()
139 case instrprof_error::value_site_count_mismatch: in handleMergeWriterError()
206 SmallSet<instrprof_error, 4> &WriterErrorCodes;
209 SmallSet<instrprof_error, 4> &WriterErrorCodes) in WriterContext()
224 instrprof_error IPE = InstrProfError::take(std::move(E)); in overlapInput()
225 if (IPE != instrprof_error::empty_raw_profile) in overlapInput()
271 instrprof_error IPE = InstrProfError::take(std::move(E)); in loadInput()
296 instrprof_error IPE = InstrProfError::take(std::move(E)); in loadInput()
297 if (IPE != instrprof_error::empty_raw_profile) in loadInput()
325 instrprof_error IPE = InstrProfError::take(std::move(E)); in loadInput()
344 instrprof_error IPE = InstrProfError::take(std::move(E)); in mergeWriterContexts()
394 SmallSet<instrprof_error, 4> WriterErrorCodes; in mergeInstrProfile()
506 ProfRecord->scale(Numerator, Denominator, [&](instrprof_error E) { in updateInstrProfileEntry()
634 SmallSet<instrprof_error, 4> WriterErrorCodes; in supplementInstrProfile()
1077 SmallSet<instrprof_error, 4> WriterErrorCodes; in overlapInstrProfile()