21#ifndef GCC_ANALYZER_ANALYSIS_PLAN_H
22#define GCC_ANALYZER_ANALYSIS_PLAN_H
Definition analysis-plan.h:35
cgraph_node ** m_cgraph_node_postorder
Definition analysis-plan.h:50
int cmp_function(function *fun_a, function *fun_b) const
auto_vec< int > m_index_by_uid
Definition analysis-plan.h:55
int m_num_cgraph_nodes
Definition analysis-plan.h:51
bool use_summary_p(const cgraph_edge *edge) const
DISABLE_COPY_AND_ASSIGN(analysis_plan)
analysis_plan(const supergraph &sg, logger *logger)
const supergraph & m_sg
Definition analysis-plan.h:47
Definition analyzer-logging.h:147
Definition analyzer-logging.h:34
Definition supergraph.h:109
class edge_def * edge
Definition coretypes.h:352
Definition access-diagram.h:30
Definition function.h:249