OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SoftInstrProfErrors
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ProfileData/
InstrProf.h
336
class
SoftInstrProfErrors
{
356
SoftInstrProfErrors
()
361
~
SoftInstrProfErrors
() {
565
void merge(
SoftInstrProfErrors
&SIPE, InstrProfValueSiteRecord &Input,
568
void scale(
SoftInstrProfErrors
&SIPE, uint64_t Weight);
579
SoftInstrProfErrors
SIPE;
[
all
...]
/external/llvm/lib/ProfileData/
InstrProf.cpp
95
void
SoftInstrProfErrors
::addError(instrprof_error IE) {
336
void InstrProfValueSiteRecord::merge(
SoftInstrProfErrors
&SIPE,
359
void InstrProfValueSiteRecord::scale(
SoftInstrProfErrors
&SIPE,
Completed in 1134 milliseconds