• Home
  • Raw
  • Download

Lines Matching full:number

70 **Bitcode Version Number**
126 **Number Of Bitcode Blocks**
128 The total number of blocks of any kind in the bitcode file.
130 **Number Of Functions**
132 The total number of function definitions in the bitcode file.
134 **Number Of Types**
136 The total number of types defined in the Global Types Pool.
138 **Number Of Constants**
140 The total number of constants (of any type) defined in the Constant Pool.
142 **Number Of Basic Blocks**
144 The total number of basic blocks defined in all functions in the bitcode file.
146 **Number Of Instructions**
148 The total number of instructions defined in all functions in the bitcode file.
150 **Number Of Long Instructions**
152 The total number of long instructions defined in all functions in the bitcode
157 **Number Of Operands**
159 The total number of operands used in all instructions in the bitcode file.
161 **Number Of Compaction Tables**
163 The total number of compaction tables in all functions in the bitcode file.
165 **Number Of Symbol Tables**
167 The total number of symbol tables in all functions in the bitcode file.
169 **Number Of Dependent Libs**
171 The total number of dependent libraries found in the bitcode file.
179 The average number of bytes per instruction across all functions in the bitcode
180 file. This value is computed by dividing Total Instruction Size by Number Of
183 **Maximum Type Slot Number**
185 The maximum value used for a type's slot number. Larger slot number values take
188 **Maximum Value Slot Number**
190 The maximum value used for a value's slot number. Larger slot number values take
196 dividing File Size by the total number of values of any type.
204 The average number of bytes per function definition. This is computed by
205 dividing Function Bytes by Number Of Functions.
209 The total number of 32-bit integers encoded using the Variable Bit Rate
214 The total number of 64-bit integers encoded using the Variable Bit Rate encoding
219 The total number of bytes consumed by the 32-bit and 64-bit integers that use
224 The total number of bytes that would have been consumed by the 32-bit and 64-bit
230 The total number of bytes saved by using the Variable Bit Rate encoding scheme.
245 The total number of bytes in the function's block.
249 The number of basic blocks defined by the function.
253 The number of instructions defined by the function.
257 The number of instructions using the long instruction format in the function.
261 The number of operands used by all instructions in the function.
265 The number of bytes consumed by instructions in the function.
269 The average number of bytes consumed by the instructions in the function.
274 The average number of bytes used by the function per instruction. This value
276 same as Average Instruction Size. It computes a number relative to the total
279 **Number of VBR 32-bit Integers**
281 The total number of 32-bit integers found in this function (for any use).
283 **Number of VBR 64-bit Integers**
285 The total number of 64-bit integers found in this function (for any use).
287 **Number of VBR Compressed Bytes**
289 The total number of bytes in this function consumed by the 32-bit and 64-bit
292 **Number of VBR Expanded Bytes**
294 The total number of bytes in this function that would have been consumed by
300 The total number of bytes saved in this function by using the Variable Bit