Home | History | Annotate | Download | only in optimizing

Lines Matching defs:Add

733 void HLoopInformation::Add(HBasicBlock* block) {
812 // Populate this loop: starting with the back edge, recursively add predecessors
988 static void Add(HInstructionList* instruction_list,
1000 Add(&instructions_, this, instruction);
1004 Add(&phis_, this, phi);
1438 // Add any inputs from `other` into `this` if it wasn't already an input.
2050 void HInstructionList::Add(const HInstructionList& instruction_list) {
2223 instructions_.Add(other->GetInstructions());
2283 instructions_.Add(other->GetInstructions());
2363 loop_it.Current()->Add(block);
2427 // Note that we add instructions before the invoke only to simplify polymorphic inlining.
2463 // We don't add the entry block, the exit block, and the first block, which
2467 // We add the `to` block.
2685 // Add new loop blocks.
2719 // Add gotos and suspend check (client must add conditional in header).
2734 it.Current()->Add(new_pre_header);
2735 it.Current()->Add(new_header);
2736 it.Current()->Add(new_body);