Home | History | Annotate | Download | only in nir

Lines Matching refs:block

37  *     foreach block:
39 * var.defs[def.block] = true;
46 * // Visit each block. This needs to visit dominators first;
49 * foreach block:
80 /* Register a definition for the given value and block.
83 * block/value pair. However, it always replaces whatever was there
87 * block must be the last value registered.
91 nir_block *block, nir_ssa_def *def);
93 /* Get the definition for the given value in the given block.
96 * block. If no definition is immediately available, it will crawl up the
102 * given block, you must have already finished registering definitions for any
103 * blocks that dominate the current block in order to get the correct result.
107 nir_block *block);