Searched refs:LastInstruction (Results 1 – 3 of 3) sorted by relevance
46 const Instruction* LastInstruction(const InstructionBlock* block) const;
372 const Instruction* MoveOptimizer::LastInstruction( in LastInstruction() function in v8::internal::compiler::MoveOptimizer406 const Instruction* instr = LastInstruction(pred); in OptimizeMerge()482 for (MoveOperands* move : *LastInstruction(pred)->parallel_moves()[0]) { in OptimizeMerge()
1141 func (bb BasicBlock) LastInstruction() (v Value) { v.C = C.LLVMGetLastInstruction(bb.C); return } func