Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h255 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic }; enum
263 ProfileCountType PCT;
268 ProfileCount(uint64_t Count, ProfileCountType PCT) in ProfileCount()
272 ProfileCountType getType() const { return PCT; } in getType()
294 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp1566 void Function::setEntryCount(uint64_t Count, Function::ProfileCountType Type, in setEntryCount()