Searched refs:GetNextInstructionId (Results 1 – 2 of 2) sorted by relevance
1038 replacement->SetId(GetGraph()->GetNextInstructionId()); in ReplaceAndRemoveInstructionWith()1054 instruction->SetId(block->GetGraph()->GetNextInstructionId()); in Add()1075 instruction->SetId(GetGraph()->GetNextInstructionId()); in InsertInstructionBefore()1089 instruction->SetId(GetGraph()->GetNextInstructionId()); in InsertInstructionAfter()1099 phi->SetId(GetGraph()->GetNextInstructionId()); in InsertPhiAfter()
538 int32_t GetNextInstructionId() { in GetNextInstructionId() function