Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DFunction.h256 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic }; enum
264 ProfileCountType PCT;
269 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount()
273 ProfileCountType getType() const { return PCT; } in getType()
295 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
/freebsd-12.1/contrib/llvm/lib/IR/
H A DFunction.cpp1376 void Function::setEntryCount(uint64_t Count, Function::ProfileCountType Type, in setEntryCount()