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

/external/llvm/include/llvm/Transforms/IPO/
H A DInlinerPass.h71 /// This also includes a hack in the form of the 'AlwaysInlineOnly' flag
75 bool removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly = false);
/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp578 bool Inliner::removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly) { argument
592 if (AlwaysInlineOnly &&

Completed in 53 milliseconds