Home | History | Annotate | Download | only in optimizing

Lines Matching refs:Instruction

58     Instruction::CONST_4 | 0 | 0,
59 Instruction::RETURN);
74 // Last use is the return instruction.
105 Instruction::CONST_4 | 0 | 0,
106 Instruction::IF_EQ, 3,
107 Instruction::GOTO | 0x100,
108 Instruction::RETURN | 0 << 8);
122 // Last use is the return instruction.
156 Instruction::CONST_4 | 0 | 0,
157 Instruction::IF_EQ, 3,
158 Instruction::CONST_4 | 4 << 12 | 0,
159 Instruction::RETURN | 0 << 8);
174 // Last use is the phi at the return block so instruction is live until
232 Instruction::CONST_4 | 0 | 0,
233 Instruction::IF_EQ, 4,
234 Instruction::CONST_4 | 4 << 12 | 0,
235 Instruction::GOTO | 0xFD00,
236 Instruction::CONST_4 | 5 << 12 | 1 << 8,
237 Instruction::RETURN | 1 << 8);
253 // Last use is the loop phi so instruction is live until
261 // The instruction is live until the end of the loop.
269 // The instruction is live until the return instruction after the loop.
277 // Instruction is input of non-materialized Equal and hence live until If.
313 Instruction::CONST_4 | 0 | 0,
314 Instruction::IF_EQ, 6,
315 Instruction::ADD_INT, 0, 0,
316 Instruction::GOTO | 0xFB00,
317 Instruction::RETURN | 0 << 8);
333 // Last use is the loop phi so instruction is live until
349 // Test for the add instruction.
389 Instruction::CONST_4 | 0 | 0,
390 Instruction::CONST_4 | 4 << 12 | 1 << 8,
391 Instruction::IF_EQ, 5,
392 Instruction::ADD_INT, 1 << 8,
393 Instruction::GOTO | 0x300,
394 Instruction::ADD_INT, 1 << 8,
395 Instruction::RETURN);