Commit e50b93bb authored by Leonard Mosescu's avatar Leonard Mosescu
Browse files

CFG (Control Flow Graph): first iteration

Create the list of basic blocks for a particular method,
as an additional data structure on top of the method code IR.

We support two flavors of basic blocks:

compact = considers only non-exceptional control flow
verbose = models everyting, including EH flow

Bug: 37429130

Test: bazel test :dexter_tests

Change-Id: Ibf3f549bd192b9283ab2b2bafebcfa4a798a654f
parent 97ec5e4e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment