Lines Matching full:number

79 \fBBitcode Version Number\fP
168 \fBNumber Of Bitcode Blocks\fP
171 The total number of blocks of any kind in the bitcode file.
175 \fBNumber Of Functions\fP
178 The total number of function definitions in the bitcode file.
182 \fBNumber Of Types\fP
185 The total number of types defined in the Global Types Pool.
189 \fBNumber Of Constants\fP
192 The total number of constants (of any type) defined in the Constant Pool.
196 \fBNumber Of Basic Blocks\fP
199 The total number of basic blocks defined in all functions in the bitcode file.
203 \fBNumber Of Instructions\fP
206 The total number of instructions defined in all functions in the bitcode file.
210 \fBNumber Of Long Instructions\fP
213 The total number of long instructions defined in all functions in the bitcode
220 \fBNumber Of Operands\fP
223 The total number of operands used in all instructions in the bitcode file.
227 \fBNumber Of Compaction Tables\fP
230 The total number of compaction tables in all functions in the bitcode file.
234 \fBNumber Of Symbol Tables\fP
237 The total number of symbol tables in all functions in the bitcode file.
241 \fBNumber Of Dependent Libs\fP
244 The total number of dependent libraries found in the bitcode file.
258 The average number of bytes per instruction across all functions in the bitcode
259 file. This value is computed by dividing Total Instruction Size by Number Of
264 \fBMaximum Type Slot Number\fP
267 The maximum value used for a type\(aqs slot number. Larger slot number values take
272 \fBMaximum Value Slot Number\fP
275 The maximum value used for a value\(aqs slot number. Larger slot number values take
284 dividing File Size by the total number of values of any type.
298 The average number of bytes per function definition. This is computed by
299 dividing Function Bytes by Number Of Functions.
306 The total number of 32\-bit integers encoded using the Variable Bit Rate
314 The total number of 64\-bit integers encoded using the Variable Bit Rate encoding
322 The total number of bytes consumed by the 32\-bit and 64\-bit integers that use
330 The total number of bytes that would have been consumed by the 32\-bit and 64\-bit
339 The total number of bytes saved by using the Variable Bit Rate encoding scheme.
358 The total number of bytes in the function\(aqs block.
365 The number of basic blocks defined by the function.
372 The number of instructions defined by the function.
379 The number of instructions using the long instruction format in the function.
386 The number of operands used by all instructions in the function.
393 The number of bytes consumed by instructions in the function.
400 The average number of bytes consumed by the instructions in the function.
408 The average number of bytes used by the function per instruction. This value
410 same as Average Instruction Size. It computes a number relative to the total
415 \fBNumber of VBR 32\-bit Integers\fP
418 The total number of 32\-bit integers found in this function (for any use).
422 \fBNumber of VBR 64\-bit Integers\fP
425 The total number of 64\-bit integers found in this function (for any use).
429 \fBNumber of VBR Compressed Bytes\fP
432 The total number of bytes in this function consumed by the 32\-bit and 64\-bit
437 \fBNumber of VBR Expanded Bytes\fP
440 The total number of bytes in this function that would have been consumed by
449 The total number of bytes saved in this function by using the Variable Bit