Searched refs:LegalDstDomains (Results 1 – 1 of 1) sorted by relevance
307 std::bitset<NumDomains> LegalDstDomains; member in __anond9661d290111::Closure316 LegalDstDomains.set(D); in Closure()320 void setAllIllegal() { LegalDstDomains.reset(); } in setAllIllegal()323 bool hasLegalDstDomain() const { return LegalDstDomains.any(); } in hasLegalDstDomain()326 bool isLegal(RegDomain RD) const { return LegalDstDomains[RD]; } in isLegal()329 void setIllegal(RegDomain RD) { LegalDstDomains[RD] = false; } in setIllegal()