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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp62 static bool isFunctionColdInCallGraph(const Function *F, function in struct:__anon2868::BasicBlockBFIAdapter
65 return PSI->isFunctionColdInCallGraph(F, BFI);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h61 return PSI->isFunctionColdInCallGraph(F, *BFI);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h147 bool isFunctionColdInCallGraph(const FuncT *F, BFIT &BFI) const { function in class:llvm::ProfileSummaryInfo
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp595 else if (PSI->isFunctionColdInCallGraph(&F, *BFI) ||

Completed in 282 milliseconds