Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp135 Entry.second.template toInt<uint64_t>(), Function::PCT_Synthetic)); in run()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DFunction.h247 enum ProfileCountType { PCT_Real, PCT_Synthetic }; enumerator
262 bool isSynthetic() const { return PCT == PCT_Synthetic; } in isSynthetic()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp233 Function::PCT_Synthetic)); in processGlobalForThinLTO()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DFunction.cpp2097 return ProfileCount(Count, PCT_Synthetic); in getEntryCount()