Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_sink.c99 * possible. If "sink_out_of_loops" is false, then we disallow sinking the
105 bool sink_out_of_loops) in adjust_block_for_loops()
108 if (!sink_out_of_loops) in adjust_block_for_loops()
113 if (!sink_out_of_loops && def_loop && in adjust_block_for_loops()
139 get_preferred_block(nir_ssa_def *def, bool sink_out_of_loops) in get_preferred_block() argument
183 sink_out_of_loops); in get_preferred_block()
219 bool sink_out_of_loops = in nir_opt_sink() local
223 get_preferred_block(def, sink_out_of_loops); in nir_opt_sink()
104 adjust_block_for_loops(nir_block *use_block, nir_block *def_block, bool sink_out_of_loops) adjust_block_for_loops() argument

Completed in 1 milliseconds