Home | History | Annotate | Download | only in ir

Lines Matching defs:SeaGraph

108   // Precondition: SeaGraph.ConvertToSSA().
196 // Preconditions: SeaGraph.ComputeDominanceFrontier()
257 // A SeaGraph instance corresponds to a source code function.
260 class SeaGraph: IVisitable {
262 static SeaGraph* GetGraph(const art::DexFile&);
267 // Returns all regions corresponding to this SeaGraph.
296 explicit SeaGraph(const art::DexFile& df);
297 virtual ~SeaGraph() { }
301 // Registers @childReg as a region belonging to the SeaGraph instance.
303 // Returns new region and registers it with the SeaGraph instance.
346 static SeaGraph graph_;