Searched refs:attempt_coalesce (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree-ssa-coalesce.c | 1206 attempt_coalesce (var_map map, ssa_conflicts_p graph, int x, int y, in attempt_coalesce() function 1305 if (!attempt_coalesce (map, graph, v1, v2, debug)) in coalesce_partitions() 1323 attempt_coalesce (map, graph, x, y, debug); in coalesce_partitions()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-ssa-coalesce.c | 1297 attempt_coalesce (var_map map, ssa_conflicts *graph, int x, int y, in attempt_coalesce() function 1400 if (!attempt_coalesce (map, graph, v1, v2, debug)) in coalesce_partitions() 1418 attempt_coalesce (map, graph, x, y, debug); in coalesce_partitions()
|