Searched refs:reg_copy_graph (Results 1 – 1 of 1) sorted by relevance
93 static vec<bitmap> reg_copy_graph; variable427 b = reg_copy_graph[rs]; in find_pseudo_copy()431 reg_copy_graph[rs] = b; in find_pseudo_copy()460 bitmap b = reg_copy_graph[i]; in propagate_pseudo_copies()1530 reg_copy_graph.create (max); in decompose_multiword_subregs()1531 reg_copy_graph.safe_grow_cleared (max, true); in decompose_multiword_subregs()1532 memset (reg_copy_graph.address (), 0, sizeof (bitmap) * max); in decompose_multiword_subregs()1736 for (bitmap b : reg_copy_graph) in decompose_multiword_subregs()1740 reg_copy_graph.release (); in decompose_multiword_subregs()