Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h255 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic }; enumerator
267 ProfileCount() : Count(-1), PCT(PCT_Invalid) {} in ProfileCount()
270 bool hasValue() const { return PCT != PCT_Invalid; } in hasValue()
281 static ProfileCount getInvalid() { return ProfileCount(-1, PCT_Invalid); } in getInvalid()