Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h247 enum ProfileCountType { PCT_Real, PCT_Synthetic }; enum
255 ProfileCountType PCT = PCT_Real;
258 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount()
261 ProfileCountType getType() const { return PCT; } in getType()
275 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp2076 void Function::setEntryCount(uint64_t Count, Function::ProfileCountType Type, in setEntryCount()