Searched refs:numInstructions (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1405 unsigned numInstructions = Opcodes.size();
1407 assert(numInstructions && "Filter created with no instructions");
1410 if (numInstructions == 1)
1416 assert(numInstructions == 3);
1465 for (unsigned InsnIndex = 0; InsnIndex < numInstructions; ++InsnIndex) {
H A DEDEmitter.cpp843 unsigned int numInstructions = numberedInstructions.size(); local
845 for (index = 0; index < numInstructions; ++index) {
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclExecute.c6199 double numInstructions, currentHeaderBytes;
6207 numInstructions = 0.0;
6210 numInstructions += statsPtr->instructionCount[i];
6250 numInstructions);
6252 numInstructions / statsPtr->numCompilations);
6254 numInstructions / statsPtr->numExecutions);
6547 (statsPtr->instructionCount[i]*100.0) / numInstructions);
6177 double numInstructions, currentHeaderBytes; local
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclExecute.c8134 double numInstructions, currentHeaderBytes;
8144 numInstructions = 0.0;
8147 numInstructions += statsPtr->instructionCount[i];
8187 numInstructions);
8189 numInstructions / statsPtr->numCompilations);
8191 numInstructions / statsPtr->numExecutions);
8482 Percent(statsPtr->instructionCount[i], numInstructions));
8113 double numInstructions, currentHeaderBytes; local

Completed in 226 milliseconds