Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_cfg.cpp506 const idom_tree *idom = (s ? &s->idom_analysis.require() : NULL); in dump()
541 idom_tree::idom_tree(const backend_shader *s) : in idom_tree() function in idom_tree
572 idom_tree::~idom_tree() in ~idom_tree()
578 idom_tree::intersect(bblock_t *b1, bblock_t *b2) const in intersect()
595 idom_tree::dump() const in dump()
Dbrw_cfg.h439 struct idom_tree { struct
440 idom_tree(const backend_shader *s);
441 ~idom_tree();
Dbrw_shader.h72 brw_analysis<brw::idom_tree, backend_shader> idom_analysis;
Dbrw_fs_combine_constants.cpp363 const brw::idom_tree &idom = idom_analysis.require(); in opt_combine_constants()
/external/mesa3d/docs/relnotes/
D20.1.0.rst1980 - intel/compiler: Move dominance tree data structure into idom_tree