Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h288 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic }; enum
296 ProfileCountType PCT;
301 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount()
305 ProfileCountType getType() const { return PCT; } in getType()
327 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1865 void Function::setEntryCount(uint64_t Count, Function::ProfileCountType Type, in setEntryCount()