Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dopt_copy_propagation.cpp115 exec_list *orig_kills = this->kills; in visit_enter() local
128 this->kills = orig_kills; in visit_enter()
225 exec_list *orig_kills = this->kills; in handle_if_block() local
246 this->kills = orig_kills; in handle_if_block()
274 exec_list *orig_kills = this->kills; in handle_loop() local
296 this->kills = orig_kills; in handle_loop()
Dopt_constant_propagation.cpp265 hash_table *orig_kills = this->kills; in visit_enter() local
275 this->kills = orig_kills; in visit_enter()
355 hash_table *orig_kills = this->kills; in handle_if_block() local
375 this->kills = orig_kills; in handle_if_block()
403 hash_table *orig_kills = this->kills; in visit_enter() local
422 this->kills = orig_kills; in visit_enter()
Dopt_copy_propagation_elements.cpp198 exec_list *orig_kills = this->kills; in visit_enter() local
215 this->kills = orig_kills; in visit_enter()
389 exec_list *orig_kills = this->kills; in handle_if_block() local
411 this->kills = orig_kills; in handle_if_block()
444 exec_list *orig_kills = this->kills; in handle_loop() local
472 this->kills = orig_kills; in handle_loop()