Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h284 enum ProfileCountType { PCT_Real, PCT_Synthetic }; enum
292 ProfileCountType PCT = PCT_Real;
295 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount()
298 ProfileCountType getType() const { return PCT; } in getType()
312 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp2043 void Function::setEntryCount(uint64_t Count, Function::ProfileCountType Type, in setEntryCount()