Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc306 instruction->SetBlock(this); in InsertInstructionBefore()
315 instruction->SetBlock(block); in Add()
334 instruction->SetBlock(nullptr); in Remove()
Dnodes.h501 void SetBlock(HBasicBlock* block) { block_ = block; } in SetBlock() function