Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc1194 replacement->SetBlock(this); in ReplaceAndRemoveInstructionWith()
1210 instruction->SetBlock(block); in Add()
1231 instruction->SetBlock(this); in InsertInstructionBefore()
1245 instruction->SetBlock(this); in InsertInstructionAfter()
1255 phi->SetBlock(this); in InsertPhiAfter()
1266 instruction->SetBlock(nullptr); in Remove()
2388 current->SetBlock(block); in SetBlockOfInstructions()
Dregister_allocator_test.cc868 user->SetBlock(block); in TEST_F()
Dnodes.h2277 void SetBlock(HBasicBlock* block) { block_ = block; } in SetBlock() function