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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1490 unsigned numInstructions = Opcodes.size();
1492 assert(numInstructions && "Filter created with no instructions");
1495 if (numInstructions == 1)
1501 assert(numInstructions == 3);
1550 for (unsigned InsnIndex = 0; InsnIndex < numInstructions; ++InsnIndex) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1738 /// A call to SExpr::id() will return a number less than numInstructions().
1739 unsigned numInstructions() { return NumInstructions; } function in class:clang::threadSafety::SCFG

Completed in 113 milliseconds