Searched refs:SetBlock (Results 1 – 3 of 3) sorted by relevance
1153 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()
867 user->SetBlock(block); in TEST_F()
2241 void SetBlock(HBasicBlock* block) { block_ = block; } in SetBlock() function