Searched refs:SetId (Results 1 – 3 of 3) sorted by relevance
70 it.Current()->SetId(id++); in ReNumberInstructions()73 it.Current()->SetId(id++); in ReNumberInstructions()
478 instruction->SetId(block->GetGraph()->GetNextInstructionId()); in Add()499 instruction->SetId(GetGraph()->GetNextInstructionId()); in InsertInstructionBefore()513 instruction->SetId(GetGraph()->GetNextInstructionId()); in InsertInstructionAfter()523 phi->SetId(GetGraph()->GetNextInstructionId()); in InsertPhiAfter()
1404 void SetId(int id) { id_ = id; } in SetId() function