Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_shader.h72 brw_analysis<brw::idom_tree, backend_shader> idom_analysis; member
Dbrw_shader.cpp719 cfg(NULL), idom_analysis(this), in backend_shader()
1269 idom_analysis.invalidate(c); in invalidate_analysis()
Dbrw_fs_combine_constants.cpp363 const brw::idom_tree &idom = idom_analysis.require(); in opt_combine_constants()
Dbrw_cfg.cpp506 const idom_tree *idom = (s ? &s->idom_analysis.require() : NULL); in dump()