Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc979 replacement->SetBlock(this); in ReplaceAndRemoveInstructionWith()
995 instruction->SetBlock(block); in Add()
1016 instruction->SetBlock(this); in InsertInstructionBefore()
1030 instruction->SetBlock(this); in InsertInstructionAfter()
1040 phi->SetBlock(this); in InsertPhiAfter()
1051 instruction->SetBlock(nullptr); in Remove()
2064 current->SetBlock(block); in SetBlockOfInstructions()
Dregister_allocator_test.cc868 user->SetBlock(block); in TEST_F()
Dnodes.h2130 void SetBlock(HBasicBlock* block) { block_ = block; } in SetBlock() function