GCC Middle and Back End API Reference
|
Data Fields | |
tree | predicate |
gimple_seq | predicate_gimplified_stmts |
unsigned | no_predicate_stmts |
Structure used to predicate basic blocks. This is attached to the ->aux field of the BBs in the loop to be if-converted.
unsigned bb_predicate::no_predicate_stmts |
Referenced by add_bb_predicate_gimplified_stmts(), and set_bb_predicate_gimplified_stmts().
tree bb_predicate::predicate |
gimple_seq bb_predicate::predicate_gimplified_stmts |
Referenced by set_bb_predicate_gimplified_stmts().