Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dopt_copy_propagation_elements.cpp202 hash_table *orig_rhs_ht = rhs_ht; in visit_enter() local
219 rhs_ht = orig_rhs_ht; in visit_enter()
393 hash_table *orig_rhs_ht = rhs_ht; in handle_if_block() local
401 populate_acp(orig_lhs_ht, orig_rhs_ht); in handle_if_block()
407 _mesa_hash_table_clear(orig_rhs_ht, NULL); in handle_if_block()
417 rhs_ht = orig_rhs_ht; in handle_if_block()
448 hash_table *orig_rhs_ht = rhs_ht; in handle_loop() local
461 populate_acp(orig_lhs_ht, orig_rhs_ht); in handle_loop()
468 _mesa_hash_table_clear(orig_rhs_ht, NULL); in handle_loop()
478 rhs_ht = orig_rhs_ht; in handle_loop()