Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DFunction.h242 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic }; enumerator
254 ProfileCount() : Count(-1), PCT(PCT_Invalid) {} in ProfileCount()
257 bool hasValue() const { return PCT != PCT_Invalid; } in hasValue()
268 static ProfileCount getInvalid() { return ProfileCount(-1, PCT_Invalid); } in getInvalid()