Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc477 instruction->SetBlock(block); in Add()
498 instruction->SetBlock(this); in InsertInstructionBefore()
512 instruction->SetBlock(this); in InsertInstructionAfter()
522 phi->SetBlock(this); in InsertPhiAfter()
533 instruction->SetBlock(nullptr); in Remove()
991 current->SetBlock(block); in SetBlockOfInstructions()
Dregister_allocator_test.cc808 user->SetBlock(block); in TEST()
Dnodes.h1321 void SetBlock(HBasicBlock* block) { block_ = block; } in SetBlock() function