Home
last modified time | relevance | path

Searched refs:isFunctionHotInCallGraph (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h96 bool isFunctionHotInCallGraph(const Function *F, BlockFrequencyInfo &BFI);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp130 bool ProfileSummaryInfo::isFunctionHotInCallGraph(const Function *F, in isFunctionHotInCallGraph() function in ProfileSummaryInfo
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp421 if (PSI->isFunctionHotInCallGraph(&F, *BFI)) in runOnFunction()