HomeSort by: relevance | last modified time | path
    Searched refs:PCT_Synthetic (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SyntheticCountsPropagation.cpp 141 Entry.second.template toInt<uint64_t>(), Function::PCT_Synthetic));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FunctionImportUtils.cpp 208 Function::PCT_Synthetic));
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h 287 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic };
305 bool isSynthetic() const { return PCT == PCT_Synthetic; }
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 1841 return ProfileCount(Count, PCT_Synthetic);

Completed in 48 milliseconds