21 #ifndef CFG_TRANSFORM_H
22 #define CFG_TRANSFORM_H
34 std::shared_ptr<ControlFlowGraph> m_cfg;
64 virtual std::shared_ptr<InstructionSequence>
transform_basic_block(std::shared_ptr<InstructionSequence> orig_bb) = 0;
ControlFlowGraph and associated types.