Lines Matching full:number

58 **Bitcode Version Number**
114 **Number Of Bitcode Blocks**
116 The total number of blocks of any kind in the bitcode file.
118 **Number Of Functions**
120 The total number of function definitions in the bitcode file.
122 **Number Of Types**
124 The total number of types defined in the Global Types Pool.
126 **Number Of Constants**
128 The total number of constants (of any type) defined in the Constant Pool.
130 **Number Of Basic Blocks**
132 The total number of basic blocks defined in all functions in the bitcode file.
134 **Number Of Instructions**
136 The total number of instructions defined in all functions in the bitcode file.
138 **Number Of Long Instructions**
140 The total number of long instructions defined in all functions in the bitcode
145 **Number Of Operands**
147 The total number of operands used in all instructions in the bitcode file.
149 **Number Of Compaction Tables**
151 The total number of compaction tables in all functions in the bitcode file.
153 **Number Of Symbol Tables**
155 The total number of symbol tables in all functions in the bitcode file.
157 **Number Of Dependent Libs**
159 The total number of dependent libraries found in the bitcode file.
167 The average number of bytes per instruction across all functions in the bitcode
168 file. This value is computed by dividing Total Instruction Size by Number Of
171 **Maximum Type Slot Number**
173 The maximum value used for a type's slot number. Larger slot number values take
176 **Maximum Value Slot Number**
178 The maximum value used for a value's slot number. Larger slot number values take
184 dividing File Size by the total number of values of any type.
192 The average number of bytes per function definition. This is computed by
193 dividing Function Bytes by Number Of Functions.
197 The total number of 32-bit integers encoded using the Variable Bit Rate
202 The total number of 64-bit integers encoded using the Variable Bit Rate encoding
207 The total number of bytes consumed by the 32-bit and 64-bit integers that use
212 The total number of bytes that would have been consumed by the 32-bit and 64-bit
218 The total number of bytes saved by using the Variable Bit Rate encoding scheme.
233 The total number of bytes in the function's block.
237 The number of basic blocks defined by the function.
241 The number of instructions defined by the function.
245 The number of instructions using the long instruction format in the function.
249 The number of operands used by all instructions in the function.
253 The number of bytes consumed by instructions in the function.
257 The average number of bytes consumed by the instructions in the function.
262 The average number of bytes used by the function per instruction. This value
264 same as Average Instruction Size. It computes a number relative to the total
267 **Number of VBR 32-bit Integers**
269 The total number of 32-bit integers found in this function (for any use).
271 **Number of VBR 64-bit Integers**
273 The total number of 64-bit integers found in this function (for any use).
275 **Number of VBR Compressed Bytes**
277 The total number of bytes in this function consumed by the 32-bit and 64-bit
280 **Number of VBR Expanded Bytes**
282 The total number of bytes in this function that would have been consumed by
288 The total number of bytes saved in this function by using the Variable Bit