Searched refs:current_region (Results 1 – 3 of 3) sorted by relevance
35 Region* current_region = ordered_regions_.at(id); in Initialize() local36 const std::set<Region*>* dominated_regions = current_region->GetIDominatedSet(); in Initialize()
61 void SeaGraph::ComputeRPO(Region* current_region, int& current_rpo) { in ComputeRPO() argument62 current_region->SetRPO(VISITING); in ComputeRPO()63 std::vector<sea_ir::Region*>* succs = current_region->GetSuccessors(); in ComputeRPO()70 current_region->SetRPO(current_rpo--); in ComputeRPO()
50 Region* current_region = ordered_regions_.at(id); in Initialize() local51 const std::set<Region*>* dominated_regions = current_region->GetIDominatedSet(); in Initialize()