21#ifndef GCC_ANALYZER_COMPLEXITY_H
22#define GCC_ANALYZER_COMPLEXITY_H
Definition access-diagram.h:30
Definition complexity.h:31
static complexity from_vec_svalue(const vec< const svalue * > &vec)
complexity(const region *reg)
unsigned m_num_nodes
Definition complexity.h:43
unsigned m_max_depth
Definition complexity.h:47
complexity(unsigned num_nodes, unsigned max_depth)
Definition complexity.h:32
complexity(const svalue *sval)
static complexity from_pair(const complexity &c1, const complexity &c)