Home
last modified time | relevance | path

Searched refs:isNever (Results 1 – 7 of 7) 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/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/python/cpython2/Modules/expat/
Dxmltok.c125 isNever(const ENCODING *enc, const char *p) in isNever() function
142 #define utf8_isName4 isNever
156 #define utf8_isNmstrt4 isNever
231 #define sb_isNameMin isNever
232 #define sb_isNmstrtMin isNever
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DBasicInliner.cpp114 } else if (IC.isNever()) { in inlineFunctions()
/external/expat/lib/
Dxmltok.c125 isNever(const ENCODING *UNUSED_P(enc), const char *UNUSED_P(p)) in isNever() function
142 #define utf8_isName4 isNever
156 #define utf8_isNmstrt4 isNever
242 #define sb_isNameMin isNever
243 #define sb_isNmstrtMin isNever
/external/llvm/lib/Transforms/IPO/
DInliner.cpp314 if (IC.isNever()) { in shouldInline()