Home
last modified time | relevance | path

Searched refs:complexity (Results 1 – 2 of 2) sorted by relevance

/scripts/gcc-plugins/
Dcyc_complexity_plugin.c32 int complexity; in cyc_complexity_execute() local
36 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()
DKconfig31 bool "Compute the cyclomatic complexity of a function" if EXPERT
34 The complexity M of a function's control flow graph is defined as:
42 Enabling this plugin reports the complexity to stderr during the