Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h112 bool isFunctionHotInCallGraph(const Function *F,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp114 bool ProfileSummaryInfo::isFunctionHotInCallGraph( in isFunctionHotInCallGraph() function in ProfileSummaryInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp482 PSI->isFunctionHotInCallGraph(&F, *BFI)) in runOnFunction()