Searched refs:AddEdge (Results 1 – 3 of 3) sorted by relevance
37 sg.AddEdge(root, then_region); in TEST_F()45 sg.AddEdge(root, else_region); in TEST_F()
56 void SeaGraph::AddEdge(Region* src, Region* dst) const { in AddEdge() function in sea_ir::SeaGraph247 AddEdge(r, it->second); // Add edge to branch target. in BuildMethodSeaGraph()255 AddEdge(r, it->second); // Add flow-through edge. in BuildMethodSeaGraph()
310 void AddEdge(Region* src, Region* dst) const;