Home
last modified time | relevance | path

Searched refs:IDSet (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_util.h248 struct IDSet { struct
250 const IDSet *set; argument
352 inline IDSet::Iterator& IDSet::Iterator::operator ++() { argument
374 inline bool IDSet::Iterator::operator != (const IDSet::Iterator& other) const {
379 inline uint32_t IDSet::Iterator::operator * () const {
Daco_live_var_analysis.cpp92 IDSet live = lives.live_out[block->index]; in process_live_temps_per_block()
Daco_ir.h1708 std::vector<IDSet> live_out;
1742 void register_allocation(Program *program, std::vector<IDSet>& live_out_per_block);
Daco_register_allocation.cpp1727 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()