Home
last modified time | relevance | path

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

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