Searched refs:create_phi_nodes (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_ssa_builder.cpp35 container_node* ssa_prepare::create_phi_nodes(int count) { function in class:r600_sb::ssa_prepare
96 n.phi = create_phi_nodes(n.dep_count());
98 n.loop_phi = create_phi_nodes(n.rep_count());
H A Dsb_pass.h628 container_node* create_phi_nodes(int count);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_ssa_builder.cpp35 container_node* ssa_prepare::create_phi_nodes(int count) { function in class:r600_sb::ssa_prepare
96 n.phi = create_phi_nodes(n.dep_count());
98 n.loop_phi = create_phi_nodes(n.rep_count());
H A Dsb_pass.h628 container_node* create_phi_nodes(int count);

Completed in 4 milliseconds