Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h287 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic }; enum
295 ProfileCountType PCT;
300 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount()
304 ProfileCountType getType() const { return PCT; } in getType()
326 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1820 void Function::setEntryCount(uint64_t Count, Function::ProfileCountType Type, in setEntryCount()