Home
last modified time | relevance | path

Searched refs:numInstructions (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1496 unsigned numInstructions = Opcodes.size(); in filterProcessor() local
1498 assert(numInstructions && "Filter created with no instructions"); in filterProcessor()
1501 if (numInstructions == 1) in filterProcessor()
1507 assert(numInstructions == 3); in filterProcessor()
1556 for (unsigned InsnIndex = 0; InsnIndex < numInstructions; ++InsnIndex) { in filterProcessor()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1741 unsigned numInstructions() { return NumInstructions; } in numInstructions() function