• Home
  • Raw
  • Download

Lines Matching full:number

68 **Bitcode Version Number**
124 **Number Of Bitcode Blocks**
126 The total number of blocks of any kind in the bitcode file.
128 **Number Of Functions**
130 The total number of function definitions in the bitcode file.
132 **Number Of Types**
134 The total number of types defined in the Global Types Pool.
136 **Number Of Constants**
138 The total number of constants (of any type) defined in the Constant Pool.
140 **Number Of Basic Blocks**
142 The total number of basic blocks defined in all functions in the bitcode file.
144 **Number Of Instructions**
146 The total number of instructions defined in all functions in the bitcode file.
148 **Number Of Long Instructions**
150 The total number of long instructions defined in all functions in the bitcode
155 **Number Of Operands**
157 The total number of operands used in all instructions in the bitcode file.
159 **Number Of Compaction Tables**
161 The total number of compaction tables in all functions in the bitcode file.
163 **Number Of Symbol Tables**
165 The total number of symbol tables in all functions in the bitcode file.
167 **Number Of Dependent Libs**
169 The total number of dependent libraries found in the bitcode file.
177 The average number of bytes per instruction across all functions in the bitcode
178 file. This value is computed by dividing Total Instruction Size by Number Of
181 **Maximum Type Slot Number**
183 The maximum value used for a type's slot number. Larger slot number values take
186 **Maximum Value Slot Number**
188 The maximum value used for a value's slot number. Larger slot number values take
194 dividing File Size by the total number of values of any type.
202 The average number of bytes per function definition. This is computed by
203 dividing Function Bytes by Number Of Functions.
207 The total number of 32-bit integers encoded using the Variable Bit Rate
212 The total number of 64-bit integers encoded using the Variable Bit Rate encoding
217 The total number of bytes consumed by the 32-bit and 64-bit integers that use
222 The total number of bytes that would have been consumed by the 32-bit and 64-bit
228 The total number of bytes saved by using the Variable Bit Rate encoding scheme.
243 The total number of bytes in the function's block.
247 The number of basic blocks defined by the function.
251 The number of instructions defined by the function.
255 The number of instructions using the long instruction format in the function.
259 The number of operands used by all instructions in the function.
263 The number of bytes consumed by instructions in the function.
267 The average number of bytes consumed by the instructions in the function.
272 The average number of bytes used by the function per instruction. This value
274 same as Average Instruction Size. It computes a number relative to the total
277 **Number of VBR 32-bit Integers**
279 The total number of 32-bit integers found in this function (for any use).
281 **Number of VBR 64-bit Integers**
283 The total number of 64-bit integers found in this function (for any use).
285 **Number of VBR Compressed Bytes**
287 The total number of bytes in this function consumed by the 32-bit and 64-bit
290 **Number of VBR Expanded Bytes**
292 The total number of bytes in this function that would have been consumed by
298 The total number of bytes saved in this function by using the Variable Bit