Home
last modified time | relevance | path

Searched refs:isAlways (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineAdvisor.cpp246 if (IC2.isAlways()) in shouldBeDeferred()
287 if (IC.isAlways()) { in operator <<()
331 if (IC.isAlways()) { in shouldInline()
440 bool AlwaysInline = IC.isAlways(); in emitInlinedInto()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInlineCost.h102 bool isAlways() const { return Cost == AlwaysInlineCost; } in isAlways() function
104 bool isVariable() const { return !isAlways() && !isNever(); } in isVariable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp936 if (Cost.isAlways()) in shouldInlineColdCallee()
1287 if (Cost.isNever() || Cost.isAlways()) in shouldInlineCandidate()
H A DPartialInlining.cpp792 if (IC.isAlways()) { in shouldPartialInline()