Home
last modified time | relevance | path

Searched defs:DomainValue (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DExecutionDomainFix.h51 struct DomainValue { struct
55 /// Bitmask of available domains. For an open DomainValue, it is the still argument
60 /// Pointer to the next DomainValue in a chain. When two DomainValues are argument
63 DomainValue *Next; argument
68 DomainValue() { clear(); } in DomainValue() argument
72 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. argument
117 SpecificBumpPtrAllocator<DomainValue> Allocator; argument