Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/
H A DInliner.h63 bool removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly = false);
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp781 bool AlwaysInlineOnly) { in removeDeadFunctions() argument
809 if (AlwaysInlineOnly && !F->hasFnAttribute(Attribute::AlwaysInline)) in removeDeadFunctions()