Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h248 enum ProfileCountType { PCT_Real, PCT_Synthetic }; enum
256 ProfileCountType PCT = PCT_Real;
259 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount()
262 ProfileCountType getType() const { return PCT; } in getType()
276 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp1990 void Function::setEntryCount(uint64_t Count, Function::ProfileCountType Type, in setEntryCount()