Searched defs:DomainValue (Results 1 – 1 of 1) sorted by relevance
51 struct DomainValue { struct55 /// Bitmask of available domains. For an open DomainValue, it is the still argument60 /// Pointer to the next DomainValue in a chain. When two DomainValues are argument63 DomainValue *Next; argument68 DomainValue() { clear(); } in DomainValue() argument72 bool isCollapsed() const { return Instrs.empty(); } in isCollapsed()75 bool hasDomain(unsigned domain) const { in hasDomain()83 void addDomain(unsigned domain) { in addDomain()108 /// Clear this DomainValue and point to next which has all its data. argument117 SpecificBumpPtrAllocator<DomainValue> Allocator; argument