Home
last modified time | relevance | path

Searched refs:isFunctionColdInCallGraph (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineSizeOpts.cpp80 bool isFunctionColdInCallGraph( in isFunctionColdInCallGraph() function
125 static bool isFunctionColdInCallGraph(const MachineFunction *MF, in isFunctionColdInCallGraph() function
128 return machine_size_opts_detail::isFunctionColdInCallGraph(MF, PSI, MBFI); in isFunctionColdInCallGraph()
H A DCodeGenPrepare.cpp505 else if (PSI->isFunctionColdInCallGraph(&F, *BFI) || in runOnFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp62 static bool isFunctionColdInCallGraph(const Function *F, in isFunctionColdInCallGraph() function
65 return PSI->isFunctionColdInCallGraph(F, BFI); in isFunctionColdInCallGraph()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h61 return AdapterT::isFunctionColdInCallGraph(F, PSI, *BFI); in shouldFuncOptimizeForSizeImpl()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h117 bool isFunctionColdInCallGraph(const Function *F,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp142 bool ProfileSummaryInfo::isFunctionColdInCallGraph( in isFunctionColdInCallGraph() function in ProfileSummaryInfo