SPIRV-Tools/test/opt/dominator_tree
Victor Lomuller 731d1899b1 Add depth first iterator for trees
- Add generic depth first iterator
 - Update the dominator tree to use this iterator instead of "randomly"
   iterate over the nodes
2017-12-07 10:07:56 -05:00
..
CMakeLists.txt Dominator Tree Analysis (#3) 2017-12-05 22:59:43 -05:00
generated.cpp Add depth first iterator for trees 2017-12-07 10:07:56 -05:00
nested_ifs_post.cpp Dominator Tree Analysis (#3) 2017-12-05 22:59:43 -05:00
nested_ifs.cpp Dominator Tree Analysis (#3) 2017-12-05 22:59:43 -05:00
nested_loops_with_unreachables.cpp Dominator Tree Analysis (#3) 2017-12-05 22:59:43 -05:00
nested_loops.cpp Dominator Tree Analysis (#3) 2017-12-05 22:59:43 -05:00
post.cpp Dominator Tree Analysis (#3) 2017-12-05 22:59:43 -05:00
simple.cpp Dominator Tree Analysis (#3) 2017-12-05 22:59:43 -05:00
switch_case_fallthrough.cpp Dominator Tree Analysis (#3) 2017-12-05 22:59:43 -05:00
unreachable_for_post.cpp Dominator Tree Analysis (#3) 2017-12-05 22:59:43 -05:00
unreachable_for.cpp Dominator Tree Analysis (#3) 2017-12-05 22:59:43 -05:00