Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:inc

690     long inc = ((BLInstrumentationEdge*)(*edge))->getIncrement();
694 dotFile << "[label=" << inc << "] [color=black];\n";
702 dotFile << "[label=" << inc
711 dotFile << "[label=" << inc << "] [color=red];\n";
715 dotFile << "[label=" << inc << "] [color=green];\n";
1045 SelectInst* inc =
1050 // newPc = oldPc + inc
1052 oldPc, inc, "newPC",
1249 long inc = ((BLInstrumentationEdge*)(*edge))->getIncrement();
1250 if ( inc )
1253 createIncrementConstant(inc,32),