Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.h158 IS_UNUSED = 0x2, enumerator
165 (IsVolatile ? IS_VOLATILE : 0) | (IsUnused ? IS_UNUSED : 0)),
172 bool isUnused() const { return Value.getInt() & IS_UNUSED; } in isUnused()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveInterval.h48 IS_UNUSED = 1 << 3 enumerator
86 flags = (flags | VNI->flags) & ~IS_UNUSED; in mergeFlags()
136 bool isUnused() const { return flags & IS_UNUSED; } in isUnused()
140 flags |= IS_UNUSED; in setIsUnused()
142 flags &= ~IS_UNUSED; in setIsUnused()