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