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/ |
| D | MachineSizeOpts.cpp | 47 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()
|
| D | CodeGenPrepare.cpp | 447 else if (PSI->isFunctionColdInCallGraph(&F, *BFI)) in runOnFunction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | SizeOpts.cpp | 52 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/ |
| D | SizeOpts.h | 59 return AdapterT::isFunctionColdInCallGraph(F, PSI, *BFI); in shouldFuncOptimizeForSizeImpl()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | ProfileSummaryInfo.h | 117 bool isFunctionColdInCallGraph(const Function *F, BlockFrequencyInfo &BFI);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ProfileSummaryInfo.cpp | 174 bool ProfileSummaryInfo::isFunctionColdInCallGraph(const Function *F, in isFunctionColdInCallGraph() function in ProfileSummaryInfo
|