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

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
ProfileCommon.h 71 static uint64_t getColdCountThreshold(SummaryEntryVector &DS);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h 168 uint64_t getColdCountThreshold() const {
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
ProfileSummaryBuilder.cpp 168 uint64_t ProfileSummaryBuilder::getColdCountThreshold(SummaryEntryVector &DS) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 244 ProfileSummaryBuilder::getColdCountThreshold(DetailedSummary);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfileGenerator.cpp 417 ColdCountThreshold = ProfileSummaryBuilder::getColdCountThreshold(
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
PartialInlining.cpp 1313 dbgs() << "ColdCountThreshold = " << PSI.getColdCountThreshold()
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp 734 ProfileSummaryBuilder::getColdCountThreshold(

Completed in 48 milliseconds