GCC Middle and Back End API Reference
|
#include <exploded-graph.h>
Public Member Functions | |
per_function_data () | |
~per_function_data () | |
void | add_call_summary (exploded_node *node) |
Data Fields | |
auto_vec< call_summary * > | m_summaries |
Data about a particular function within an exploded_graph.
|
inline |
ana::per_function_data::~per_function_data | ( | ) |
void ana::per_function_data::add_call_summary | ( | exploded_node * | node | ) |
auto_vec<call_summary *> ana::per_function_data::m_summaries |