Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DInlineCost.h85 bool isAlways() const { return Cost == AlwaysInlineCost; } in isAlways() function
87 bool isVariable() const { return !isAlways() && !isNever(); } in isVariable()
/external/llvm/lib/Transforms/IPO/
DInliner.cpp231 if (IC.isAlways()) { in shouldInline()
294 if (IC2.isAlways()) in shouldInline()