Home
last modified time | relevance | path

Searched refs:SIPE (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ProfileData/
DInstrProf.cpp336 void InstrProfValueSiteRecord::merge(SoftInstrProfErrors &SIPE, in merge() argument
351 SIPE.addError(instrprof_error::counter_overflow); in merge()
359 void InstrProfValueSiteRecord::scale(SoftInstrProfErrors &SIPE, in scale() argument
365 SIPE.addError(instrprof_error::counter_overflow); in scale()
377 SIPE.addError(instrprof_error::value_site_count_mismatch); in mergeValueProfData()
385 ThisSiteRecords[I].merge(SIPE, OtherSiteRecords[I], Weight); in mergeValueProfData()
392 SIPE.addError(instrprof_error::count_mismatch); in merge()
401 SIPE.addError(instrprof_error::counter_overflow); in merge()
413 ThisSiteRecords[I].scale(SIPE, Weight); in scaleValueProfData()
421 SIPE.addError(instrprof_error::counter_overflow); in scale()
/external/llvm/include/llvm/ProfileData/
DInstrProf.h565 void merge(SoftInstrProfErrors &SIPE, InstrProfValueSiteRecord &Input,
568 void scale(SoftInstrProfErrors &SIPE, uint64_t Weight);
573 InstrProfRecord() : SIPE() {} in InstrProfRecord()
575 : Name(Name), Hash(Hash), Counts(std::move(Counts)), SIPE() {} in InstrProfRecord()
579 SoftInstrProfErrors SIPE; member
636 Error takeError() { return SIPE.takeError(); } in takeError()