Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp518 bool shouldInlineColdCallee(CallBase &CallInst);
992 bool SampleProfileLoader::shouldInlineColdCallee(CallBase &CallInst) { in shouldInlineColdCallee() function in SampleProfileLoader
1166 else if (shouldInlineColdCallee(*CB)) in inlineHotFunctions()