| 320 | int lastJnzTrg; |
| 321 | mbl_array_t* mba; |
| 322 | JcMapper(mbl_array_t* _mba, mop_t *mc, mop_t* mc_sub, mop_t *ma, int iDispatch, int iFirst) : |
| 323 | m_CompareVar(mc), m_SubCompareVar(mc_sub), m_AssignVar(ma), m_DispatchBlockNo(iDispatch), m_FirstBlockNo(iFirst), lastJnzTrg(-1), mba(_mba) |
| 324 | { }; |
| 325 | |
| 326 | bool isCompare(mblock_t* blk) |
| 327 | { |
nothing calls this directly
no outgoing calls
no test coverage detected