Home
last modified time | relevance | path

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

/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/IR/
H A 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()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/IR/
H A DFunction.h256 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic }; enumerator
268 ProfileCount() : Count(-1), PCT(PCT_Invalid) {} in ProfileCount()
271 bool hasValue() const { return PCT != PCT_Invalid; } in hasValue()
282 static ProfileCount getInvalid() { return ProfileCount(-1, PCT_Invalid); } in getInvalid()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/IR/
H A 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()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/IR/
H A DFunction.h262 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic }; enumerator
274 ProfileCount() : Count(-1), PCT(PCT_Invalid) {} in ProfileCount()
277 bool hasValue() const { return PCT != PCT_Invalid; } in hasValue()
288 static ProfileCount getInvalid() { return ProfileCount(-1, PCT_Invalid); } in getInvalid()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A 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()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/IR/
H A DFunction.h250 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic }; enumerator
262 ProfileCount() : Count(-1), PCT(PCT_Invalid) {} in ProfileCount()
265 bool hasValue() const { return PCT != PCT_Invalid; } in hasValue()
276 static ProfileCount getInvalid() { return ProfileCount(-1, PCT_Invalid); } in getInvalid()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/IR/
H A 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()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/IR/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/IR/
H A DFunction.h271 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic }; enumerator
283 ProfileCount() : Count(-1), PCT(PCT_Invalid) {} in ProfileCount()
286 bool hasValue() const { return PCT != PCT_Invalid; } in hasValue()
297 static ProfileCount getInvalid() { return ProfileCount(-1, PCT_Invalid); } in getInvalid()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/IR/
H A DFunction.h265 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic }; enumerator
277 ProfileCount() : Count(-1), PCT(PCT_Invalid) {} in ProfileCount()
280 bool hasValue() const { return PCT != PCT_Invalid; } in hasValue()
291 static ProfileCount getInvalid() { return ProfileCount(-1, PCT_Invalid); } in getInvalid()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A 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()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/IR/
H A 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()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DFunction.h277 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic }; enumerator
289 ProfileCount() : Count(-1), PCT(PCT_Invalid) {} in ProfileCount()
292 bool hasValue() const { return PCT != PCT_Invalid; } in hasValue()
303 static ProfileCount getInvalid() { return ProfileCount(-1, PCT_Invalid); } in getInvalid()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/IR/
H A 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()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A 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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DFunction.h277 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic }; enumerator
289 ProfileCount() : Count(-1), PCT(PCT_Invalid) {} in ProfileCount()
292 bool hasValue() const { return PCT != PCT_Invalid; } in hasValue()
303 static ProfileCount getInvalid() { return ProfileCount(-1, PCT_Invalid); } in getInvalid()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DFunction.h288 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic };
300 ProfileCount() : Count(-1), PCT(PCT_Invalid) {}
303 bool hasValue() const { return PCT != PCT_Invalid; }
314 static ProfileCount getInvalid() { return ProfileCount(-1, PCT_Invalid); }