Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h292 enum ProfileCountType { PCT_Real, PCT_Synthetic }; enumerator
307 bool isSynthetic() const { return PCT == PCT_Synthetic; } in isSynthetic()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1138 return ProfileCount(Count, PCT_Synthetic); in getEntryCount()