Home | History | Annotate | Download | only in ir

Lines Matching refs:regions

32   std::vector<sea_ir::Region*>* regions = sg.GetRegions();
33 // Test that regions have been registered correctly as children of the graph.
34 EXPECT_TRUE(std::find(regions->begin(), regions->end(), root) != regions->end());
35 EXPECT_TRUE(std::find(regions->begin(), regions->end(), then_region) != regions->end());
36 EXPECT_TRUE(std::find(regions->begin(), regions->end(), else_region) != regions->end());