Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveInterval.h46 REDEF_BY_EC = 1 << 1, enumerator
115 bool hasRedefByEC() const { return flags & REDEF_BY_EC; } in hasRedefByEC()
119 flags |= REDEF_BY_EC; in setHasRedefByEC()
121 flags &= ~REDEF_BY_EC; in setHasRedefByEC()