Home
last modified time | relevance | path

Searched refs:live_out_per_block (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp1727 void register_allocation(Program *program, std::vector<IDSet>& live_out_per_block) in register_allocation() argument
1737 IDSet& live = live_out_per_block[block.index]; in register_allocation()
1819 IDSet& live = live_out_per_block[block.index]; in register_allocation()
Daco_ir.h1742 void register_allocation(Program *program, std::vector<IDSet>& live_out_per_block);