Searched refs:current_region (Results 1 - 3 of 3) sorted by relevance

/art/compiler/sea_ir/debug/
H A Ddot_gen.cc35 Region* current_region = ordered_regions_.at(id); local
36 const std::set<Region*>* dominated_regions = current_region->GetIDominatedSet();
/art/compiler/sea_ir/ir/
H A Dsea.cc61 void SeaGraph::ComputeRPO(Region* current_region, int& current_rpo) { argument
62 current_region->SetRPO(VISITING);
63 std::vector<sea_ir::Region*>* succs = current_region->GetSuccessors();
70 current_region->SetRPO(current_rpo--);
/art/compiler/sea_ir/code_gen/
H A Dcode_gen.cc50 Region* current_region = ordered_regions_.at(id); local
51 const std::set<Region*>* dominated_regions = current_region->GetIDominatedSet();

Completed in 1431 milliseconds