Searched refs:copy_prop_ctx (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_copy_propagation.cpp | 773 fs_visitor::opt_copy_propagation_local(void *copy_prop_ctx, bblock_t *block, in opt_copy_propagation_local() argument 819 acp_entry *entry = ralloc(copy_prop_ctx, acp_entry); in opt_copy_propagation_local() 836 acp_entry *entry = rzalloc(copy_prop_ctx, acp_entry); in opt_copy_propagation_local() 860 void *copy_prop_ctx = ralloc_context(NULL); in opt_copy_propagation() local 872 progress = opt_copy_propagation_local(copy_prop_ctx, block, in opt_copy_propagation() 877 fs_copy_prop_dataflow dataflow(copy_prop_ctx, cfg, live_intervals, out_acp); in opt_copy_propagation() 892 progress = opt_copy_propagation_local(copy_prop_ctx, block, in_acp) || in opt_copy_propagation() 898 ralloc_free(copy_prop_ctx); in opt_copy_propagation()
|