Searched refs:GetNextInstructionId (Results 1 – 2 of 2) sorted by relevance
1154 replacement->SetId(GetGraph()->GetNextInstructionId()); in ReplaceAndRemoveInstructionWith()1170 instruction->SetId(block->GetGraph()->GetNextInstructionId()); in Add()1191 instruction->SetId(GetGraph()->GetNextInstructionId()); in InsertInstructionBefore()1205 instruction->SetId(GetGraph()->GetNextInstructionId()); in InsertInstructionAfter()1215 phi->SetId(GetGraph()->GetNextInstructionId()); in InsertPhiAfter()
524 int32_t GetNextInstructionId() { in GetNextInstructionId() function