Searched refs:AlwaysInlineOnly (Results 1 – 2 of 2) sorted by relevance
64 bool removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly = false);
575 bool Inliner::removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly) { in removeDeadFunctions() argument604 if (AlwaysInlineOnly && !F->hasFnAttribute(Attribute::AlwaysInline)) in removeDeadFunctions()