Searched refs:PCT (Results 1 – 1 of 1) sorted by relevance
256 ProfileCountType PCT = PCT_Real; variable259 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount() argument260 : Count(Count), PCT(PCT) {} in ProfileCount()262 ProfileCountType getType() const { return PCT; } in getType()263 bool isSynthetic() const { return PCT == PCT_Synthetic; } in isSynthetic()