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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSizeOpts.cpp45 /// Like ProfileSummaryInfo::isFunctionColdInCallGraph but for
47 bool isFunctionColdInCallGraph( function in namespace:machine_size_opts_detail
80 static bool isFunctionColdInCallGraph(const MachineFunction *MF, function in struct:__anon1770::MachineBasicBlockBFIAdapter
83 return machine_size_opts_detail::isFunctionColdInCallGraph(MF, PSI, MBFI);
H A DCodeGenPrepare.cpp447 else if (PSI->isFunctionColdInCallGraph(&F, *BFI))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp52 static bool isFunctionColdInCallGraph(const Function *F, function in struct:__anon2800::BasicBlockBFIAdapter
55 return PSI->isFunctionColdInCallGraph(F, BFI);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h59 return AdapterT::isFunctionColdInCallGraph(F, PSI, *BFI);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h117 bool isFunctionColdInCallGraph(const Function *F, BlockFrequencyInfo &BFI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp174 bool ProfileSummaryInfo::isFunctionColdInCallGraph(const Function *F, function in class:ProfileSummaryInfo

Completed in 203 milliseconds