GCC Middle and Back End API Reference
|
Public Member Functions | |
nontrapping_dom_walker (cdi_direction direction, pointer_set_t *ps) | |
virtual void | before_dom_children (basic_block) |
virtual void | after_dom_children (basic_block) |
void | walk (basic_block) |
Private Attributes | |
pointer_set_t * | m_nontrapping |
|
inline |
|
virtual |
Called by walk_dominator_tree, when basic block BB is exited.
This BB isn't on the path to dominator root anymore.
Reimplemented from dom_walker.
|
virtual |
Called by walk_dominator_tree, when entering the block BB.
If we haven't seen all our predecessors, clear the hash-table.
Mark this BB as being on the path to dominator root and as visited.
And walk the statements in order.
Reimplemented from dom_walker.
|
inherited |
Walk the dominator tree.
Recursively walk the dominator tree. BB is the basic block we are currently visiting.
Don't worry about unreachable blocks.
Callback for subclasses to do custom things before we have walked the dominator children, but before we walk statements.
Mark the current BB to be popped out of the recursion stack once children are processed.
NULL is used to mark pop operations in the recursion stack.
Callback allowing subclasses to do custom things after we have walked dominator children, but before we walk statements.
References bb_postorder, free(), inverted_post_order_compute(), and postorder_num.
|
private |