Searched refs:first_instruction_index (Results 1 – 11 of 11) sorted by relevance
100 int first_instruction_index(BasicBlock* block) { in first_instruction_index() function in v8::internal::compiler::InstructionTester101 return BlockAt(block)->first_instruction_index(); in first_instruction_index()179 CHECK_EQ(b0, R.GetBasicBlock(R.first_instruction_index(b0))); in TEST()182 CHECK_EQ(b1, R.GetBasicBlock(R.first_instruction_index(b1))); in TEST()185 CHECK_EQ(b2, R.GetBasicBlock(R.first_instruction_index(b2))); in TEST()188 CHECK_EQ(b3, R.GetBasicBlock(R.first_instruction_index(b3))); in TEST()
575 block->first_instruction_index()); in AddInitialIntervals()753 int start = block->first_instruction_index(); in MeetRegisterConstraints()883 int block_start = block->first_instruction_index(); in ProcessInstructions()1066 live_range->SetSpillStartIndex(phi->block()->first_instruction_index()); in ResolvePhis()1122 LifetimePosition::FromInstructionIndex(block->first_instruction_index()); in ResolveControlFlow()1146 gap = GapAt(block->first_instruction_index()); in ResolveControlFlow()1300 block->first_instruction_index()); in BuildLiveRanges()1318 block->first_instruction_index()); in BuildLiveRanges()1951 loop_header->first_instruction_index()); in FindOptimalSpillingPos()2088 block->first_instruction_index()); in FindOptimalSplitPos()
276 int first_instruction = block->first_instruction_index(); in GetLabel()300 int first = block->first_instruction_index(); in MarkEmptyBlocks()
69 int first_instruction_index() const { return first_instruction_index_; } in first_instruction_index() function
13355 int first_index = current->first_instruction_index(); in Trace()13403 int first_index = current->first_instruction_index(); in Trace()
83 current_block->first_instruction_index()); in SplinterLiveRange()
1538 int start = block->first_instruction_index(); in MeetRegisterConstraints()1575 int gap_index = successor->first_instruction_index(); in MeetRegisterConstraintsForLastInstructionInBlock()1587 int gap_index = successor->first_instruction_index(); in MeetRegisterConstraintsForLastInstructionInBlock()1728 int gap_index = block->first_instruction_index(); in ResolvePhis()1782 block->first_instruction_index()); in AddInitialIntervals()1899 int block_start = block->first_instruction_index(); in ProcessInstructions()2089 block->first_instruction_index()); in ProcessPhis()2104 block->first_instruction_index()); in ProcessLoopHeader()2336 block->first_instruction_index()); in FindOptimalSplitPos()2356 loop_header->first_instruction_index()); in FindOptimalSpillingPos()[all …]
410 int first_index = instruction_block->first_instruction_index(); in PrintSchedule()490 for (int j = instruction_block->first_instruction_index(); in PrintSchedule()
252 for (int i = block->first_instruction_index(); in OptimizeMerge()
939 for (int j = block->first_instruction_index(); in operator <<()
1084 int first_instruction_index() const { in first_instruction_index() function