Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dopt_copy_propagation_elements.cpp201 hash_table *orig_lhs_ht = lhs_ht; in visit_enter() local
218 lhs_ht = orig_lhs_ht; in visit_enter()
392 hash_table *orig_lhs_ht = lhs_ht; in handle_if_block() local
401 populate_acp(orig_lhs_ht, orig_rhs_ht); in handle_if_block()
406 _mesa_hash_table_clear(orig_lhs_ht, NULL); in handle_if_block()
416 lhs_ht = orig_lhs_ht; in handle_if_block()
447 hash_table *orig_lhs_ht = lhs_ht; in handle_loop() local
461 populate_acp(orig_lhs_ht, orig_rhs_ht); in handle_loop()
467 _mesa_hash_table_clear(orig_lhs_ht, NULL); in handle_loop()
477 lhs_ht = orig_lhs_ht; in handle_loop()