Searched refs:SetBlock (Results 1 – 3 of 3) sorted by relevance
980 replacement->SetBlock(this); in ReplaceAndRemoveInstructionWith()996 instruction->SetBlock(block); in Add()1017 instruction->SetBlock(this); in InsertInstructionBefore()1031 instruction->SetBlock(this); in InsertInstructionAfter()1041 phi->SetBlock(this); in InsertPhiAfter()1052 instruction->SetBlock(nullptr); in Remove()2064 current->SetBlock(block); in SetBlockOfInstructions()
866 user->SetBlock(block); in TEST_F()
2059 void SetBlock(HBasicBlock* block) { block_ = block; } in SetBlock() function