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

  /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);
  /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/Analysis/
ProfileSummaryInfo.cpp 143 bool ProfileSummaryInfo::isFunctionColdInCallGraph(

Completed in 17 milliseconds