Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp487 else if (PSI->isFunctionColdInCallGraph(&F, *BFI) || in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h62 return AdapterT::isFunctionColdInCallGraph(F, PSI, *BFI); in shouldFuncOptimizeForSizeImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h117 bool isFunctionColdInCallGraph(const Function *F,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp143 bool ProfileSummaryInfo::isFunctionColdInCallGraph( in isFunctionColdInCallGraph() function in ProfileSummaryInfo