Searched refs:ProfileCountType (Results 1 – 2 of 2) sorted by relevance
248 enum ProfileCountType { PCT_Real, PCT_Synthetic }; enum256 ProfileCountType PCT = PCT_Real;259 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount()262 ProfileCountType getType() const { return PCT; } in getType()276 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
1990 void Function::setEntryCount(uint64_t Count, Function::ProfileCountType Type, in setEntryCount()