Searched refs:GetNextInstructionId (Results 1 – 2 of 2) sorted by relevance
980 replacement->SetId(GetGraph()->GetNextInstructionId()); in ReplaceAndRemoveInstructionWith()996 instruction->SetId(block->GetGraph()->GetNextInstructionId()); in Add()1017 instruction->SetId(GetGraph()->GetNextInstructionId()); in InsertInstructionBefore()1031 instruction->SetId(GetGraph()->GetNextInstructionId()); in InsertInstructionAfter()1041 phi->SetId(GetGraph()->GetNextInstructionId()); in InsertPhiAfter()
507 int32_t GetNextInstructionId() { in GetNextInstructionId() function