#include <ipa-predicate.h>
Data Fields | |
HOST_WIDE_INT | offset |
tree | type |
tree | val |
int | operand_num |
enum tree_code | code: 16 |
unsigned | agg_contents: 1 |
unsigned | by_ref: 1 |
expr_eval_ops | param_ops |
unsigned condition::agg_contents |
Referenced by ipa_predicate::add_clause(), and add_condition().
unsigned condition::by_ref |
Referenced by ipa_predicate::add_clause(), and add_condition().
enum tree_code condition::code |
Referenced by ipa_predicate::add_clause(), and add_condition().
HOST_WIDE_INT condition::offset |
Referenced by add_condition().
int condition::operand_num |
Referenced by ipa_predicate::add_clause(), and add_condition().
expr_eval_ops condition::param_ops |
Referenced by ipa_predicate::add_clause(), and add_condition().
tree condition::type |
Referenced by ipa_predicate::add_clause(), and add_condition().
tree condition::val |
Referenced by ipa_predicate::add_clause(), add_condition(), and evaluate_conditions_for_known_args().