Method: Fisk#cfg
- Defined in:
- lib/fisk.rb
#cfg ⇒ Object
Return a cfg for these instructions. The CFG includes connected basic blocks as well as any temporary registers
577 578 579 |
# File 'lib/fisk.rb', line 577 def cfg CFG.build @instructions end |