Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineSizeOpts.cpp80 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 DCodeGenPrepare.cpp530 else if (PSI->isFunctionColdInCallGraph(&F, *BFI) || in runOnFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp62 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 DSizeOpts.h61 return AdapterT::isFunctionColdInCallGraph(F, PSI, *BFI); in shouldFuncOptimizeForSizeImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h118 bool isFunctionColdInCallGraph(const Function *F,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp145 bool ProfileSummaryInfo::isFunctionColdInCallGraph( in isFunctionColdInCallGraph() function in ProfileSummaryInfo
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp3150 PSI->isFunctionColdInCallGraph(L.getHeader()->getParent(), *BFI)) { in unswitchLoop()