Searched refs:first_instr (Results 1 – 4 of 4) sorted by relevance
91 auto first_instr = EmitNop(); in TEST_F() local92 AddMove(first_instr, Reg(0), Reg(1)); in TEST_F()99 CHECK_EQ(0, NonRedundantSize(first_instr->parallel_moves()[0])); in TEST_F()115 auto first_instr = EmitNop(); in TEST_F() local116 AddMove(first_instr, Reg(first_reg_index), ExplicitReg(second_reg_index)); in TEST_F()123 CHECK_EQ(0, NonRedundantSize(first_instr->parallel_moves()[0])); in TEST_F()
481 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); in lp_build_alloca() local485 if (first_instr) { in lp_build_alloca()486 LLVMPositionBuilderBefore(first_builder, first_instr); in lp_build_alloca()524 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); in lp_build_array_alloca() local528 if (first_instr) { in lp_build_array_alloca()529 LLVMPositionBuilderBefore(first_builder, first_instr); in lp_build_array_alloca()
113 int first_instr = range->first_interval()->FirstGapIndex(); in Splinter() local114 if (!data()->code()->GetInstructionBlock(first_instr)->IsDeferred()) { in Splinter()
302 LInstruction* first_instr = instructions()->at(first); in MarkEmptyBlocks() local305 LLabel* label = LLabel::cast(first_instr); in MarkEmptyBlocks()