Searched refs:isFunctionColdInCallGraph (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineSizeOpts.cpp | 80 bool isFunctionColdInCallGraph( in isFunctionColdInCallGraph() function 125 static bool isFunctionColdInCallGraph(const MachineFunction *MF, in isFunctionColdInCallGraph() function 128 return machine_size_opts_detail::isFunctionColdInCallGraph(MF, PSI, MBFI); in isFunctionColdInCallGraph()
|
H A D | CodeGenPrepare.cpp | 530 else if (PSI->isFunctionColdInCallGraph(&F, *BFI) || in runOnFunction()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SizeOpts.cpp | 62 static bool isFunctionColdInCallGraph(const Function *F, in isFunctionColdInCallGraph() function 65 return PSI->isFunctionColdInCallGraph(F, BFI); in isFunctionColdInCallGraph()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
H A D | SizeOpts.h | 61 return AdapterT::isFunctionColdInCallGraph(F, PSI, *BFI); in shouldFuncOptimizeForSizeImpl()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | ProfileSummaryInfo.h | 118 bool isFunctionColdInCallGraph(const Function *F,
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | ProfileSummaryInfo.cpp | 145 bool ProfileSummaryInfo::isFunctionColdInCallGraph( in isFunctionColdInCallGraph() function in ProfileSummaryInfo
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | SimpleLoopUnswitch.cpp | 3150 PSI->isFunctionColdInCallGraph(L.getHeader()->getParent(), *BFI)) { in unswitchLoop()
|