- Get the filename
- Parse with libTooling
- Get the handle to Translation Unit(TU)
- Parse all the kernel declarations
- For each declaration
- Construct a Control Flow Graph(CFG)
- Form graph from statment(what is a statement???)
- Construct a Control Flow Graph(CFG)
- For each declaration