Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DInliner.h65 bool removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly = false);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInliner.cpp560 bool AlwaysInlineOnly) { in removeDeadFunctions() argument
588 if (AlwaysInlineOnly && !F->hasFnAttribute(Attribute::AlwaysInline)) in removeDeadFunctions()