Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h100 bool isFunctionColdInCallGraph(const Function *F, BlockFrequencyInfo &BFI);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp159 bool ProfileSummaryInfo::isFunctionColdInCallGraph(const Function *F, in isFunctionColdInCallGraph() function in ProfileSummaryInfo
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp423 else if (PSI->isFunctionColdInCallGraph(&F, *BFI)) in runOnFunction()