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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SizeOpts.cpp 62 static bool isFunctionColdInCallGraph(const Function *F,
65 return PSI->isFunctionColdInCallGraph(F, BFI);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineSizeOpts.cpp 78 /// Like ProfileSummaryInfo::isFunctionColdInCallGraph but for
80 bool isFunctionColdInCallGraph(
125 static bool isFunctionColdInCallGraph(const MachineFunction *MF,
128 return machine_size_opts_detail::isFunctionColdInCallGraph(MF, PSI, MBFI);
CodeGenPrepare.cpp 487 else if (PSI->isFunctionColdInCallGraph(&F, *BFI) ||
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SizeOpts.h 62 return AdapterT::isFunctionColdInCallGraph(F, PSI, *BFI);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h 117 bool isFunctionColdInCallGraph(const Function *F,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 143 bool ProfileSummaryInfo::isFunctionColdInCallGraph(

Completed in 26 milliseconds