Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
DInliner.h63 bool removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly = false);
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DInliner.cpp624 bool AlwaysInlineOnly) { in removeDeadFunctions() argument
652 if (AlwaysInlineOnly && !F->hasFnAttribute(Attribute::AlwaysInline)) in removeDeadFunctions()