summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_inline_functions.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-3/+3
* nir/inline_functions: fixup for new foreach_block()Connor Abbott2016-04-281-30/+23
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-3/+3
* nir: Add a pass to inline functionsJason Ekstrand2016-03-241-0/+270