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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h 287 enum ProfileCountType { PCT_Invalid, PCT_Real, PCT_Synthetic };
295 ProfileCountType PCT;
300 ProfileCount(uint64_t Count, ProfileCountType PCT)
304 ProfileCountType getType() const { return PCT; }
326 void setEntryCount(uint64_t Count, ProfileCountType Type = PCT_Real,
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 1820 void Function::setEntryCount(uint64_t Count, Function::ProfileCountType Type,

Completed in 30 milliseconds