Lines Matching full:instruction
100 **Instruction List Bytes**
102 The size, in bytes, of all the instruction lists in all the functions.
171 **Total Instruction Size**
175 **Average Instruction Size**
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
255 The number of instructions using the long instruction format in the function.
261 **Instruction Size**
265 **Average Instruction Size**
268 This value is computed by dividing Instruction Size by Instructions.
270 **Bytes Per Instruction**
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
275 function size not just the size of the instruction list.