Searched refs:NextInstruction (Results 1 – 2 of 2) sorted by relevance
217 use_pos->pos().Value() > pos.NextInstruction().InstructionEnd().Value(); in CanBeSpilled()597 block->last_instruction_index()).NextInstruction(); in AddInitialIntervals()718 range->AddUseInterval(position, position.NextInstruction(), zone_); in Define()719 range->AddUsePosition(position.NextInstruction(), NULL, zone_); in Define()1306 back_edge->last_instruction_index()).NextInstruction(); in BuildLiveRanges()1532 next_pos = next_pos.NextInstruction(); in AllocateRegisters()1541 current->Start().NextInstruction().Value()) { in AllocateRegisters()
107 LifetimePosition NextInstruction() const { in NextInstruction() function