Home
last modified time | relevance | path

Searched refs:isNever (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/Analysis/
DInlineCost.h86 bool isNever() const { return Cost == NeverInlineCost; } in isNever() function
87 bool isVariable() const { return !isAlways() && !isNever(); } in isVariable()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DInlineCost.h99 bool isNever() const { return Cost == NeverInlineCost; } in isNever() function
100 bool isVariable() const { return !isAlways() && !isNever(); } in isVariable()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInliner.cpp227 if (IC.isNever()) { in shouldInline()
271 if (IC2.isNever()) in shouldInline()
273 if (IC2.isAlways() || IC2.isNever()) in shouldInline()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DInlineCost.h84 bool isNever() const { return getType() == Never; } in isNever() function
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DBasicInliner.cpp114 } else if (IC.isNever()) { in inlineFunctions()
/external/expat/lib/
Dxmltok.c157 isNever(const ENCODING *UNUSED_P(enc), const char *UNUSED_P(p)) in isNever() function
174 #define utf8_isName4 isNever
188 #define utf8_isNmstrt4 isNever
274 #define sb_isNameMin isNever
275 #define sb_isNmstrtMin isNever
/external/python/cpython2/Modules/expat/
Dxmltok.c157 isNever(const ENCODING *UNUSED_P(enc), const char *UNUSED_P(p)) in isNever() function
174 #define utf8_isName4 isNever
188 #define utf8_isNmstrt4 isNever
274 #define sb_isNameMin isNever
275 #define sb_isNmstrtMin isNever
/external/python/cpython3/Modules/expat/
Dxmltok.c160 isNever(const ENCODING *UNUSED_P(enc), const char *UNUSED_P(p)) in isNever() function
177 #define utf8_isName4 isNever
191 #define utf8_isNmstrt4 isNever
277 #define sb_isNameMin isNever
278 #define sb_isNmstrtMin isNever
/external/llvm/lib/Transforms/IPO/
DInliner.cpp314 if (IC.isNever()) { in shouldInline()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DInliner.cpp387 if (IC.isNever()) { in shouldInline()
DSampleProfile.cpp730 if (Cost.isNever()) { in inlineCallInstruction()
DPartialInlining.cpp778 if (IC.isNever()) { in shouldPartialInline()