nir: Rename parallel_copy_copy to parallel_copy_entry and add a foreach macro
[mesa.git] / src / glsl / nir / nir_live_variables.c
2015-01-15 Jason Ekstrandnir: Rename nir_block_following_if to nir_block_get_fol...
2015-01-15 Jason Ekstrandnir/live_variables: Use the new ssa_def iterator
2015-01-15 Jason Ekstrandnir: Add an SSA-based liveness analysis pass.