Home
last modified time | relevance | path

Searched refs:isAlways (Results 1 – 5 of 5) 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/swiftshader/third_party/LLVM/include/llvm/Analysis/
DInlineCost.h83 bool isAlways() const { return getType() == Always; } in isAlways() function
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInliner.cpp221 if (IC.isAlways()) { in shouldInline()
273 if (IC2.isAlways() || IC2.isNever()) in shouldInline()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DBasicInliner.cpp111 if (IC.isAlways()) { in inlineFunctions()
/external/llvm/lib/Transforms/IPO/
DInliner.cpp278 if (IC2.isAlways()) in shouldBeDeferred()
306 if (IC.isAlways()) { in shouldInline()