Home
last modified time | relevance | path

Searched refs:halt_target (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs.cpp3046 fs_inst *halt_target = NULL; in opt_redundant_halt() local
3053 halt_target = inst; in opt_redundant_halt()
3059 if (!halt_target) { in opt_redundant_halt()
3065 for (fs_inst *prev = (fs_inst *) halt_target->prev; in opt_redundant_halt()
3067 prev = (fs_inst *) halt_target->prev) { in opt_redundant_halt()
3074 halt_target->remove(halt_target_block); in opt_redundant_halt()