Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- num_of_instructions :: CFG -> Int
- num_of_unres_inds_in_cfg :: Context -> (Opcode -> Bool) -> CFG -> Int
- num_of_blocks :: CFG -> Int
- num_of_edges :: CFG -> Int
- mk_metrics :: Context -> (String, String)
Documentation
num_of_instructions :: CFG -> Int Source #
Number of instructions in CFG
num_of_unres_inds_in_cfg :: Context -> (Opcode -> Bool) -> CFG -> Int Source #
Number of unresolved indirections in the given CFG
num_of_blocks :: CFG -> Int Source #
Number of basic blocks in CFG
num_of_edges :: CFG -> Int Source #
Number of edges in CFG