Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h256 ProfileCountType PCT = PCT_Real; variable
259 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount() argument
260 : Count(Count), PCT(PCT) {} in ProfileCount()
262 ProfileCountType getType() const { return PCT; } in getType()
263 bool isSynthetic() const { return PCT == PCT_Synthetic; } in isSynthetic()