Lines Matching refs:sbOut
2014 static void add_counter_update(IRSB* sbOut, Int n) in add_counter_update() argument
2027 IRTemp t1 = newIRTemp(sbOut->tyenv, Ity_I64); in add_counter_update()
2028 IRTemp t2 = newIRTemp(sbOut->tyenv, Ity_I64); in add_counter_update()
2038 addStmtToIRSB( sbOut, st1 ); in add_counter_update()
2039 addStmtToIRSB( sbOut, st2 ); in add_counter_update()
2040 addStmtToIRSB( sbOut, st3 ); in add_counter_update()
2046 IRSB* sbOut; in ms_instrument2() local
2053 sbOut = deepCopyIRSBExceptStmts(sbIn); in ms_instrument2()
2065 add_counter_update(sbOut, n); in ms_instrument2()
2069 addStmtToIRSB( sbOut, st ); in ms_instrument2()
2074 add_counter_update(sbOut, n); in ms_instrument2()
2076 return sbOut; in ms_instrument2()