Searched refs:SetBlock (Results 1 – 3 of 3) sorted by relevance
1194 replacement->SetBlock(this); in ReplaceAndRemoveInstructionWith()1210 instruction->SetBlock(block); in Add()1231 instruction->SetBlock(this); in InsertInstructionBefore()1245 instruction->SetBlock(this); in InsertInstructionAfter()1255 phi->SetBlock(this); in InsertPhiAfter()1266 instruction->SetBlock(nullptr); in Remove()2388 current->SetBlock(block); in SetBlockOfInstructions()
868 user->SetBlock(block); in TEST_F()
2277 void SetBlock(HBasicBlock* block) { block_ = block; } in SetBlock() function