Home | History | Annotate | Download | only in gcc

Lines Matching defs:ranger

131 // Query all statements in the IL to precalculate computable ranges in RANGER.
134 debug_seed_ranger (gimple_ranger &ranger)
154 ranger.range_of_stmt (r, stmt);
177 // Dump all that ranger knows for the current function.
183 gimple_ranger ranger;
189 debug_seed_ranger (ranger);
190 ranger.dump (out);
199 // Dump all that ranger knows on a path of BBs.
213 gimple_ranger ranger;
214 debug_seed_ranger (ranger);
220 ranger.dump_bb (dump_file, path[i]);