Searched refs:gap_index (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator.cc | 803 SpillMoveInsertionList(int gap_index, InstructionOperand* operand, in SpillMoveInsertionList() 805 : gap_index(gap_index), operand(operand), next(next) {} in SpillMoveInsertionList() 806 const int gap_index; member 825 void TopLevelLiveRange::RecordSpillLocation(Zone* zone, int gap_index, in RecordSpillLocation() argument 829 gap_index, operand, spill_move_insertion_locations_); in RecordSpillLocation() 846 Instruction* instr = sequence->InstructionAt(to_spill->gap_index); in CommitSpillMoves() 864 Instruction* instr = sequence->InstructionAt(to_spill->gap_index); in FilterSpillMoves() 1690 int gap_index = successor->first_instruction_index(); in MeetRegisterConstraintsForLastInstructionInBlock() local 1695 data()->AddGapMove(gap_index, Instructio in MeetRegisterConstraintsForLastInstructionInBlock() 1703 int gap_index = successor->first_instruction_index(); MeetRegisterConstraintsForLastInstructionInBlock() local 1704 range->RecordSpillLocation(allocation_zone(), gap_index, output); MeetRegisterConstraintsForLastInstructionInBlock() local 1875 int gap_index = block->first_instruction_index(); ResolvePhis() local 1876 live_range->RecordSpillLocation(allocation_zone(), gap_index, &output); ResolvePhis() local 4979 int gap_index; ResolveControlFlow() local 5033 int gap_index = pos.ToInstructionIndex(); ConnectRanges() local [all...] |
H A D | register-allocator.h | 908 void RecordSpillLocation(Zone* zone, int gap_index,
|
Completed in 12 milliseconds