Searched refs:idom_tree (Results 1 – 5 of 5) sorted by relevance
508 const idom_tree *idom = (s ? &s->idom_analysis.require() : NULL); in dump()543 idom_tree::idom_tree(const backend_shader *s) : in idom_tree() function in idom_tree574 idom_tree::~idom_tree() in ~idom_tree()580 idom_tree::intersect(bblock_t *b1, bblock_t *b2) const in intersect()597 idom_tree::dump() const in dump()
465 struct idom_tree { struct466 idom_tree(const backend_shader *s);467 ~idom_tree();
75 brw_analysis<brw::idom_tree, backend_shader> idom_analysis;
433 const brw::idom_tree &idom = idom_analysis.require(); in opt_combine_constants()
1980 - intel/compiler: Move dominance tree data structure into idom_tree