Home
last modified time | relevance | path

Searched refs:isAlways (Results 1 – 8 of 8) 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-7.0/llvm/include/llvm/Analysis/
DInlineCost.h98 bool isAlways() const { return Cost == AlwaysInlineCost; } in isAlways() function
100 bool isVariable() const { return !isAlways() && !isNever(); } in isVariable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DInliner.cpp344 if (IC2.isAlways()) in shouldBeDeferred()
381 if (IC.isAlways()) { in shouldInline()
623 bool AlwaysInline = OIC->isAlways(); in inlineCallsImpl()
1002 bool AlwaysInline = OIC->isAlways(); in run()
DPartialInlining.cpp769 if (IC.isAlways()) { in shouldPartialInline()
/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()