OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numInstructions
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp
54
STATISTIC(
NumInstructions
, "Number of instructions considered");
1496
unsigned
numInstructions
= Opcodes.size();
1498
assert(
numInstructions
&& "Filter created with no instructions");
1501
if (
numInstructions
== 1)
1507
assert(
numInstructions
== 3);
1556
for (unsigned InsnIndex = 0; InsnIndex <
numInstructions
; ++InsnIndex) {
2487
NumInstructions
++;
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h
1740
/// A call to SExpr::id() will return a number less than
numInstructions
().
1741
unsigned
numInstructions
() { return
NumInstructions
; }
1781
unsigned
NumInstructions
= 0;
Completed in 19 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026