Home | History | Annotate | Download | only in optimizing

Lines Matching refs:instructions

257 // A block in a method. Contains the list of instructions represented
588 // When doing liveness analysis, instructions that have uses get an SSA index.
591 // List of instructions that have this instruction as input.
689 explicit HInstructionIterator(const HInstructionList& instructions)
690 : instruction_(instructions.first_instruction_) {
710 explicit HBackwardInstructionIterator(const HInstructionList& instructions)
711 : instruction_(instructions.last_instruction_) {
839 // Instructions aborting the method (HTrow and HReturn) must branch to the
1098 // Constants of the type int. Those can be from Dex instructions, or
1449 * Some DEX instructions are folded into multiple HInstructions that need