• Home
  • Raw
  • Download

Lines Matching full:number

69 =item B<Bitcode Version Number>
125 =item B<Number Of Bitcode Blocks>
127 The total number of blocks of any kind in the bitcode file.
129 =item B<Number Of Functions>
131 The total number of function definitions in the bitcode file.
133 =item B<Number Of Types>
135 The total number of types defined in the Global Types Pool.
137 =item B<Number Of Constants>
139 The total number of constants (of any type) defined in the Constant Pool.
141 =item B<Number Of Basic Blocks>
143 The total number of basic blocks defined in all functions in the bitcode file.
145 =item B<Number Of Instructions>
147 The total number of instructions defined in all functions in the bitcode file.
149 =item B<Number Of Long Instructions>
151 The total number of long instructions defined in all functions in the bitcode
156 =item B<Number Of Operands>
158 The total number of operands used in all instructions in the bitcode file.
160 =item B<Number Of Compaction Tables>
162 The total number of compaction tables in all functions in the bitcode file.
164 =item B<Number Of Symbol Tables>
166 The total number of symbol tables in all functions in the bitcode file.
168 =item B<Number Of Dependent Libs>
170 The total number of dependent libraries found in the bitcode file.
178 The average number of bytes per instruction across all functions in the bitcode
179 file. This value is computed by dividing Total Instruction Size by Number Of
182 =item B<Maximum Type Slot Number>
184 The maximum value used for a type's slot number. Larger slot number values take
187 =item B<Maximum Value Slot Number>
189 The maximum value used for a value's slot number. Larger slot number values take
195 dividing File Size by the total number of values of any type.
203 The average number of bytes per function definition. This is computed by
204 dividing Function Bytes by Number Of Functions.
208 The total number of 32-bit integers encoded using the Variable Bit Rate
213 The total number of 64-bit integers encoded using the Variable Bit Rate encoding
218 The total number of bytes consumed by the 32-bit and 64-bit integers that use
223 The total number of bytes that would have been consumed by the 32-bit and 64-bit
229 The total number of bytes saved by using the Variable Bit Rate encoding scheme.
247 The total number of bytes in the function's block.
251 The number of basic blocks defined by the function.
255 The number of instructions defined by the function.
259 The number of instructions using the long instruction format in the function.
263 The number of operands used by all instructions in the function.
267 The number of bytes consumed by instructions in the function.
271 The average number of bytes consumed by the instructions in the function. This
276 The average number of bytes used by the function per instruction. This value is
278 as Average Instruction Size. It computes a number relative to the total function
281 =item B<Number of VBR 32-bit Integers>
283 The total number of 32-bit integers found in this function (for any use).
285 =item B<Number of VBR 64-bit Integers>
287 The total number of 64-bit integers found in this function (for any use).
289 =item B<Number of VBR Compressed Bytes>
291 The total number of bytes in this function consumed by the 32-bit and 64-bit
294 =item B<Number of VBR Expanded Bytes>
296 The total number of bytes in this function that would have been consumed by
302 The total number of bytes saved in this function by using the Variable Bit