Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dnodes.cc1153 replacement->SetBlock(this); in ReplaceAndRemoveInstructionWith()
1169 instruction->SetBlock(block); in Add()
1190 instruction->SetBlock(this); in InsertInstructionBefore()
1204 instruction->SetBlock(this); in InsertInstructionAfter()
1214 phi->SetBlock(this); in InsertPhiAfter()
1225 instruction->SetBlock(nullptr); in Remove()
2336 current->SetBlock(block); in SetBlockOfInstructions()
H A Dregister_allocator_test.cc867 user->SetBlock(block); in TEST_F()
H A Dnodes.h2241 void SetBlock(HBasicBlock* block) { block_ = block; } in SetBlock() function