Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineSizeOpts.cpp47 bool isFunctionColdInCallGraph( in isFunctionColdInCallGraph() function
80 static bool isFunctionColdInCallGraph(const MachineFunction *MF, in isFunctionColdInCallGraph() function
83 return machine_size_opts_detail::isFunctionColdInCallGraph(MF, PSI, MBFI); in isFunctionColdInCallGraph()
DCodeGenPrepare.cpp447 else if (PSI->isFunctionColdInCallGraph(&F, *BFI)) in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSizeOpts.cpp52 static bool isFunctionColdInCallGraph(const Function *F, in isFunctionColdInCallGraph() function
55 return PSI->isFunctionColdInCallGraph(F, BFI); in isFunctionColdInCallGraph()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSizeOpts.h59 return AdapterT::isFunctionColdInCallGraph(F, PSI, *BFI); in shouldFuncOptimizeForSizeImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h117 bool isFunctionColdInCallGraph(const Function *F, BlockFrequencyInfo &BFI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp174 bool ProfileSummaryInfo::isFunctionColdInCallGraph(const Function *F, in isFunctionColdInCallGraph() function in ProfileSummaryInfo