Searched refs:SetBlock (Results 1 - 3 of 3) sorted by path

/art/compiler/optimizing/
H A Dnodes.cc779 replacement->SetBlock(this);
802 insn->SetBlock(to_block);
811 instruction->SetBlock(block);
832 instruction->SetBlock(this);
846 instruction->SetBlock(this);
856 phi->SetBlock(this);
867 instruction->SetBlock(nullptr);
1643 current->SetBlock(block);
H A Dnodes.h1793 void SetBlock(HBasicBlock* block) { block_ = block; } function in class:art::HInstruction
H A Dregister_allocator_test.cc841 user->SetBlock(block);

Completed in 37 milliseconds