Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_shader.h76 brw_analysis<brw::idom_tree, backend_shader> idom_analysis; member
Dbrw_shader.cpp733 cfg(NULL), idom_analysis(this), in backend_shader()
1318 idom_analysis.invalidate(c); in invalidate_analysis()
Dbrw_cfg.cpp508 const idom_tree *idom = (s ? &s->idom_analysis.require() : NULL); in dump()
Dbrw_fs_combine_constants.cpp433 const brw::idom_tree &idom = idom_analysis.require(); in opt_combine_constants()