Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp141 Entry.second.template toInt<uint64_t>(), Function::PCT_Synthetic)); in run()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DFunction.h288 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic }; enumerator
306 bool isSynthetic() const { return PCT == PCT_Synthetic; } in isSynthetic()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp208 Function::PCT_Synthetic)); in processGlobalForThinLTO()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DFunction.cpp1886 return ProfileCount(Count, PCT_Synthetic); in getEntryCount()