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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h272 enum ProfileCountType { PCT_Real, PCT_Synthetic }; enum in class:llvm::Function
280 ProfileCountType PCT = PCT_Real;
283 ProfileCount(uint64_t Count, ProfileCountType PCT)
286 ProfileCountType getType() const { return PCT; }
300 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1947 void Function::setEntryCount(uint64_t Count, Function::ProfileCountType Type,

Completed in 183 milliseconds