Home
last modified time | relevance | path

Searched refs:SetBlock (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc980 replacement->SetBlock(this); in ReplaceAndRemoveInstructionWith()
996 instruction->SetBlock(block); in Add()
1017 instruction->SetBlock(this); in InsertInstructionBefore()
1031 instruction->SetBlock(this); in InsertInstructionAfter()
1041 phi->SetBlock(this); in InsertPhiAfter()
1052 instruction->SetBlock(nullptr); in Remove()
2064 current->SetBlock(block); in SetBlockOfInstructions()
Dregister_allocator_test.cc866 user->SetBlock(block); in TEST_F()
Dnodes.h2074 void SetBlock(HBasicBlock* block) { block_ = block; } in SetBlock() function