Searched refs:idom_tree (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_cfg.cpp508 const idom_tree *idom = (s ? &s->idom_analysis.require() : NULL);
543 idom_tree::idom_tree(const backend_shader *s) : function in class:idom_tree
574 idom_tree::~idom_tree()
580 idom_tree::intersect(bblock_t *b1, bblock_t *b2) const
597 idom_tree::dump() const
H A Dbrw_cfg.h465 struct idom_tree { struct in namespace:brw
466 idom_tree(const backend_shader *s);
467 ~idom_tree();
H A Dbrw_shader.h75 brw_analysis<brw::idom_tree, backend_shader> idom_analysis;
H A Dbrw_fs_combine_constants.cpp434 const brw::idom_tree &idom = idom_analysis.require();
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst1980 - intel/compiler: Move dominance tree data structure into idom_tree

Completed in 9 milliseconds