HomeSort by relevance Sort by last modified time
    Searched refs:LastInstruction (Results 1 - 3 of 3) sorted by null

  /external/v8/test/unittests/compiler/
move-optimizer-unittest.cc 15 Instruction* LastInstruction() { return sequence()->instructions().back(); }
133 auto gap = LastInstruction();
159 AddMove(LastInstruction(), Reg(0), Reg(1));
163 AddMove(LastInstruction(), Reg(0), Reg(1));
168 auto last = LastInstruction();
184 auto gap_0 = LastInstruction();
186 AddMove(LastInstruction(), Reg(1), Reg(0));
190 auto gap_1 = LastInstruction();
197 auto last = LastInstruction();
214 Instruction* ctant_def = LastInstruction();
    [all...]
  /external/v8/src/compiler/
move-optimizer.h 45 const Instruction* LastInstruction(const InstructionBlock* block) const;
move-optimizer.cc 318 const Instruction* MoveOptimizer::LastInstruction(
352 const Instruction* instr = LastInstruction(pred);
429 for (MoveOperands* move : *LastInstruction(pred)->parallel_moves()[0]) {

Completed in 3073 milliseconds