Lines Matching refs:AddInstruction
48 entry_block_->AddInstruction(i_add1_); in CreateEntryBlockInstructions()
49 entry_block_->AddInstruction(i_add4_); in CreateEntryBlockInstructions()
50 entry_block_->AddInstruction(new (GetAllocator()) HGoto()); in CreateEntryBlockInstructions()
85 pre_header_->AddInstruction(new (GetAllocator()) HGoto()); in CreateTestControlFlowGraph()
96 loop_->AddInstruction(suspend_check_); in CreateTestControlFlowGraph()
97 loop_->AddInstruction(inc_phi); in CreateTestControlFlowGraph()
98 loop_->AddInstruction(cmp); in CreateTestControlFlowGraph()
99 loop_->AddInstruction(hif); in CreateTestControlFlowGraph()
138 upper->AddInstruction(cmp); in CreateDiamondShapedCFG()
139 upper->AddInstruction(hif); in CreateDiamondShapedCFG()
141 left->AddInstruction(new (GetAllocator()) HGoto()); in CreateDiamondShapedCFG()
142 right->AddInstruction(new (GetAllocator()) HGoto()); in CreateDiamondShapedCFG()