Home
last modified time | relevance | path

Searched defs:idom_tree (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_cfg.h465 struct idom_tree { struct
470 validate(const backend_shader *) const in validate()
477 dependency_class() const in dependency_class()
483 parent(const bblock_t *b) const in parent()
490 parent(bblock_t *b) const in parent()
504 bblock_t **parents;
Dbrw_cfg.cpp543 idom_tree::idom_tree(const backend_shader *s) : in idom_tree() function in idom_tree