Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/
DInstrProf.h336 class SoftInstrProfErrors {
356 SoftInstrProfErrors() in SoftInstrProfErrors() function
361 ~SoftInstrProfErrors() { in ~SoftInstrProfErrors()
565 void merge(SoftInstrProfErrors &SIPE, InstrProfValueSiteRecord &Input,
568 void scale(SoftInstrProfErrors &SIPE, uint64_t Weight);
579 SoftInstrProfErrors SIPE;
/external/llvm/lib/ProfileData/
DInstrProf.cpp95 void SoftInstrProfErrors::addError(instrprof_error IE) { in addError()
336 void InstrProfValueSiteRecord::merge(SoftInstrProfErrors &SIPE, in merge()
359 void InstrProfValueSiteRecord::scale(SoftInstrProfErrors &SIPE, in scale()