Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/IPO/
DInlinerPass.h64 bool removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly = false);
/external/llvm/lib/Transforms/IPO/
DInliner.cpp575 bool Inliner::removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly) { in removeDeadFunctions() argument
604 if (AlwaysInlineOnly && !F->hasFnAttribute(Attribute::AlwaysInline)) in removeDeadFunctions()