Searched refs:opt_cse_local (Results 1 – 6 of 6) sorted by relevance
166 vec4_visitor::opt_cse_local(bblock_t *block, const vec4_live_variables &live) in opt_cse_local() function in vec4_visitor315 progress = opt_cse_local(block, live) || progress; in opt_cse()
247 fs_visitor::opt_cse_local(const fs_live_variables &live, bblock_t *block, int &ip) in opt_cse_local() function in fs_visitor388 progress = opt_cse_local(live, block, ip) || progress; in opt_cse()
149 bool opt_cse_local(bblock_t *block, const vec4_live_variables &live);
165 bool opt_cse_local(const brw::fs_live_variables &live, bblock_t *block, int &ip);
60 - i965/vec4: opt_cse_local cause the out of bound array access
238 - i965/vec4: opt_cse_local cause the out of bound array access