Searched refs:SetId (Results 1 – 3 of 3) sorted by relevance
75 it.Current()->SetId(id++); in ReNumberInstructions()78 it.Current()->SetId(id++); in ReNumberInstructions()
981 replacement->SetId(GetGraph()->GetNextInstructionId()); in ReplaceAndRemoveInstructionWith()997 instruction->SetId(block->GetGraph()->GetNextInstructionId()); in Add()1018 instruction->SetId(GetGraph()->GetNextInstructionId()); in InsertInstructionBefore()1032 instruction->SetId(GetGraph()->GetNextInstructionId()); in InsertInstructionAfter()1042 phi->SetId(GetGraph()->GetNextInstructionId()); in InsertPhiAfter()
2230 void SetId(int id) { id_ = id; } in SetId() function