Home | History | Annotate | Download | only in Analysis

Lines Matching refs:NumInstructions

106   unsigned NumInstructions, NumVectorInstructions;
214 AllocatedSize(0), NumInstructions(0), NumVectorInstructions(0),
1092 ++NumInstructions;
1206 assert(NumInstructions == 0);
1403 if (NumVectorInstructions <= NumInstructions / 10)
1405 else if (NumVectorInstructions <= NumInstructions / 2)
1421 DEBUG_PRINT_STAT(NumInstructions);