Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp63 static bool isFunctionColdInCallGraph(const Function *F, in isFunctionColdInCallGraph() function
66 return PSI->isFunctionColdInCallGraph(F, BFI); in isFunctionColdInCallGraph()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOForceFunctionAttrs.cpp30 return PSI.isFunctionColdInCallGraph(&F, BFI); in shouldRunOnFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h62 return PSI->isFunctionColdInCallGraph(F, *BFI); in shouldFuncOptimizeForSizeImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h148 bool isFunctionColdInCallGraph(const FuncT *F, BFIT &BFI) const { in isFunctionColdInCallGraph() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp598 else if (PSI->isFunctionColdInCallGraph(&F, *BFI) || in _run()