Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h113 bool isFunctionHotInCallGraph(const Function *F, BlockFrequencyInfo &BFI);
/external/llvm-project/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h113 bool isFunctionHotInCallGraph(const Function *F,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp145 bool ProfileSummaryInfo::isFunctionHotInCallGraph(const Function *F, in isFunctionHotInCallGraph() function in ProfileSummaryInfo
/external/llvm-project/llvm/lib/Analysis/
DProfileSummaryInfo.cpp150 bool ProfileSummaryInfo::isFunctionHotInCallGraph( in isFunctionHotInCallGraph() function in ProfileSummaryInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp445 if (PSI->isFunctionHotInCallGraph(&F, *BFI)) in runOnFunction()
/external/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp475 if (PSI->isFunctionHotInCallGraph(&F, *BFI)) in runOnFunction()