Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h61 return PSI->isFunctionColdInCallGraph(F, *BFI); in shouldFuncOptimizeForSizeImpl()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h147 bool isFunctionColdInCallGraph(const FuncT *F, BFIT &BFI) const { in isFunctionColdInCallGraph() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp595 else if (PSI->isFunctionColdInCallGraph(&F, *BFI) || in _run()