Searched refs:SetId (Results 1 – 3 of 3) sorted by relevance
76 it.Current()->SetId(id++); in ReNumberInstructions()79 it.Current()->SetId(id++); in ReNumberInstructions()
1195 replacement->SetId(GetGraph()->GetNextInstructionId()); in ReplaceAndRemoveInstructionWith()1211 instruction->SetId(block->GetGraph()->GetNextInstructionId()); in Add()1232 instruction->SetId(GetGraph()->GetNextInstructionId()); in InsertInstructionBefore()1246 instruction->SetId(GetGraph()->GetNextInstructionId()); in InsertInstructionAfter()1256 phi->SetId(GetGraph()->GetNextInstructionId()); in InsertPhiAfter()
2463 void SetId(int id) { id_ = id; } in SetId() function