GCC Middle and Back End API Reference
bb_predicate Struct Reference
Collaboration diagram for bb_predicate:

Data Fields

tree predicate
 
gimple_seq predicate_gimplified_stmts
 
unsigned no_predicate_stmts
 

Detailed Description

Structure used to predicate basic blocks.  This is attached to the
->aux field of the BBs in the loop to be if-converted.   

Field Documentation

◆ no_predicate_stmts

unsigned bb_predicate::no_predicate_stmts

◆ predicate

tree bb_predicate::predicate

◆ predicate_gimplified_stmts

gimple_seq bb_predicate::predicate_gimplified_stmts

The documentation for this struct was generated from the following file: