Searched refs:complexity (Results 1 – 2 of 2) sorted by relevance
32 int complexity; in cyc_complexity_execute() local36 complexity = n_edges_for_fn(cfun) - n_basic_blocks_for_fn(cfun) + 2; in cyc_complexity_execute()39 fprintf(stderr, "Cyclomatic Complexity %d %s:%s\n", complexity, in cyc_complexity_execute()
31 bool "Compute the cyclomatic complexity of a function" if EXPERT34 The complexity M of a function's control flow graph is defined as:42 Enabling this plugin reports the complexity to stderr during the