Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DFunction.h288 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic }; enumerator
300 ProfileCount() : Count(-1), PCT(PCT_Invalid) {} in ProfileCount()
303 bool hasValue() const { return PCT != PCT_Invalid; } in hasValue()
314 static ProfileCount getInvalid() { return ProfileCount(-1, PCT_Invalid); } in getInvalid()