Searched refs:LastInstruction (Results 1 – 5 of 5) sorted by relevance
291 const Inst *LastInstruction = in markDef() local293 (void)LastInstruction; in markDef()294 assert(LastInstruction == nullptr || in markDef()295 Instr->getNumber() >= LastInstruction->getNumber()); in markDef()
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
1203 func (bb BasicBlock) LastInstruction() (v Value) { v.C = C.LLVMGetLastInstruction(bb.C); return } func