GCC Middle and Back End API Reference
|
#include <ipa-predicate.h>
Public Member Functions | |
bool | equal_to (const inline_param_summary &other) const |
bool | useless_p (void) const |
Data Fields | |
short | change_prob |
unsigned | points_to_local_or_readonly_memory: 1 |
unsigned | points_to_possible_sra_candidate: 1 |
Information kept about parameter of call site.
|
inline |
References change_prob, points_to_local_or_readonly_memory, and points_to_possible_sra_candidate.
|
inline |
short inline_param_summary::change_prob |
Referenced by equal_to(), ipa_predicate::probability(), and useless_p().
unsigned inline_param_summary::points_to_local_or_readonly_memory |
Referenced by equal_to(), and useless_p().
unsigned inline_param_summary::points_to_possible_sra_candidate |
Referenced by equal_to(), and useless_p().