Lines Matching refs:this
5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
69 /* Type of this CFG edge. Because bblock_link_logical also implies
237 return bblock_start(this);
243 return bblock_start_const(this);
249 return bblock_end(this);
255 return bblock_end_const(this);
261 return bblock_next(this);
267 return bblock_next_const(this);
273 return bblock_prev(this);
279 return bblock_prev_const(this);
285 return bblock_starts_with_control_flow(this);
291 return bblock_ends_with_control_flow(this);
297 return bblock_first_non_control_flow_inst(this);
303 return bblock_last_non_control_flow_inst(this);
371 return cfg_first_block(this);
377 return cfg_first_block_const(this);
383 return cfg_last_block(this);
389 return cfg_last_block_const(this);
393 /* Note that this is implemented with a double for loop -- break will
400 /* Note that this is implemented with a double for loop -- break will
451 foreach_block(block, this) {