getInstructionContexts()
Returns an InstructionContext[] with all the InstructionContext instances
for the method whose control flow is represented by this ControlFlowGraph
(NOT ORDERED!).
boolean
isDead(InstructionHandle i)
Returns true, if and only if the said instruction is not reachable; that means,
if it not part of this ControlFlowGraph.
Returns an InstructionContext[] with all the InstructionContext instances
for the method whose control flow is represented by this ControlFlowGraph
(NOT ORDERED!).