Searched refs:idom_tree (Results 1 – 5 of 5) sorted by relevance
506 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_tree572 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()
439 struct idom_tree { struct440 idom_tree(const backend_shader *s);441 ~idom_tree();
72 brw_analysis<brw::idom_tree, backend_shader> idom_analysis;
363 const brw::idom_tree &idom = idom_analysis.require(); in opt_combine_constants()
1980 - intel/compiler: Move dominance tree data structure into idom_tree