Searched refs:IDSet (Results 1 – 4 of 4) sorted by relevance
248 struct IDSet { struct250 const IDSet *set; argument352 inline IDSet::Iterator& IDSet::Iterator::operator ++() { argument374 inline bool IDSet::Iterator::operator != (const IDSet::Iterator& other) const {379 inline uint32_t IDSet::Iterator::operator * () const {
92 IDSet live = lives.live_out[block->index]; in process_live_temps_per_block()
1708 std::vector<IDSet> live_out;1742 void register_allocation(Program *program, std::vector<IDSet>& live_out_per_block);
1727 void register_allocation(Program *program, std::vector<IDSet>& live_out_per_block) in register_allocation()1737 IDSet& live = live_out_per_block[block.index]; in register_allocation()1819 IDSet& live = live_out_per_block[block.index]; in register_allocation()