Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp142 Entry.second.template toInt<uint64_t>(), Function::PCT_Synthetic)); in run()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h255 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic }; enumerator
273 bool isSynthetic() const { return PCT == PCT_Synthetic; } in isSynthetic()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp208 Function::PCT_Synthetic)); in processGlobalForThinLTO()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp1587 return ProfileCount(Count, PCT_Synthetic); in getEntryCount()