Searched refs:copy_prop_ctx (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_copy_propagation.cpp | 927 fs_visitor::opt_copy_propagation_local(void *copy_prop_ctx, bblock_t *block, in opt_copy_propagation_local() argument 973 acp_entry *entry = rzalloc(copy_prop_ctx, acp_entry); in opt_copy_propagation_local() 993 acp_entry *entry = rzalloc(copy_prop_ctx, acp_entry); in opt_copy_propagation_local() 1017 void *copy_prop_ctx = ralloc_context(NULL); in opt_copy_propagation() local 1029 progress = opt_copy_propagation_local(copy_prop_ctx, block, in opt_copy_propagation() 1053 fs_copy_prop_dataflow dataflow(copy_prop_ctx, cfg, live, out_acp); in opt_copy_propagation() 1068 progress = opt_copy_propagation_local(copy_prop_ctx, block, in_acp) || in opt_copy_propagation() 1074 ralloc_free(copy_prop_ctx); in opt_copy_propagation()
|