Searched refs:RegSet (Results 1 – 6 of 6) sorted by relevance
75 typedef DenseSet<unsigned> RegSet; typedef83 RegSet regsLive;86 RegSet regsLiveInButUnused;108 RegSet regsKilled;112 RegSet regsLiveOut;116 RegSet vregsPassed;120 RegSet vregsRequired;138 bool addPassed(const RegSet &RS) { in addPassed()140 for (RegSet::const_iterator I = RS.begin(), E = RS.end(); I != E; ++I) in addPassed()157 bool addRequired(const RegSet &RS) { in addRequired()[all …]
119 typedef std::set<unsigned> RegSet; typedef in __anon4cb6f5b20111::RegAllocPBQP123 RegSet VRegsToAlloc, EmptyIntervalVRegs;699 for (RegSet::const_iterator in finalizeAlloc()
255 SmallSet<unsigned, 4> RegSet; in AntiDepEdges() local259 if (RegSet.insert(P->getReg()).second) in AntiDepEdges()
77 bool IsRegInSet(SmallSet<unsigned, 32>& RegSet,327 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) in IsRegInSet() argument332 if (RegSet.count(*AI)) in IsRegInSet()
36 const uint8_t *const RegSet; variable72 return (RegSet[Byte] & (1 << InByte)) != 0; in contains()
93 bool isRegInSet(const BitVector &RegSet, unsigned Reg) const;385 bool RegDefsUses::isRegInSet(const BitVector &RegSet, unsigned Reg) const { in isRegInSet() argument388 if (RegSet.test(*AI)) in isRegInSet()