| 523 | mop_t* m_SubCompareVar; |
| 524 | mop_t* m_AssignVar; |
| 525 | KeyMapper(mop_t* mc, mop_t* mc_sub, mop_t* ma) : m_CompareVar(mc), m_SubCompareVar(mc_sub), m_AssignVar(ma) {}; |
| 526 | |
| 527 | int visit_minsn(void) |
| 528 | { |
nothing calls this directly
no outgoing calls
no test coverage detected