PPT Slide
Control Flow Graph - intraprocedural
Properties
- Forward and backward flow problems
- Useful information: generating code
- Cost: size - O(EV)
time - O(EV2)
E = #edges
V = #variables
Problem
- Propagating to places not needed
- Many identity functions