Home
last modified time | relevance | path

Searched refs:AddEdge (Results 1 – 3 of 3) sorted by relevance

/art/compiler/sea_ir/ir/
Dregions_test.cc37 sg.AddEdge(root, then_region); in TEST_F()
45 sg.AddEdge(root, else_region); in TEST_F()
Dsea.cc56 void SeaGraph::AddEdge(Region* src, Region* dst) const { in AddEdge() function in sea_ir::SeaGraph
247 AddEdge(r, it->second); // Add edge to branch target. in BuildMethodSeaGraph()
255 AddEdge(r, it->second); // Add flow-through edge. in BuildMethodSeaGraph()
Dsea.h310 void AddEdge(Region* src, Region* dst) const;