Lines Matching defs:instruction
37 static void RemoveAsUser(HInstruction* instruction) { in RemoveAsUser()
456 static void UpdateInputsUsers(HInstruction* instruction) { in UpdateInputsUsers()
474 HInstruction* instruction) { in Add()
483 void HBasicBlock::AddInstruction(HInstruction* instruction) { in AddInstruction()
491 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore()
504 void HBasicBlock::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter()
530 HInstruction* instruction, in Remove()
542 void HBasicBlock::RemoveInstruction(HInstruction* instruction, bool ensure_safety) { in RemoveInstruction()
551 void HBasicBlock::RemoveInstructionOrPhi(HInstruction* instruction, bool ensure_safety) { in RemoveInstructionOrPhi()
561 HInstruction* instruction = locals.Get(i); in CopyFrom() local
571 HInstruction* instruction = env->GetInstructionAt(i); in CopyFrom() local
583 HInstruction* instruction = env->GetInstructionAt(i); in CopyFromWithLoopPhiAdjustment() local
622 void HInstructionList::AddInstruction(HInstruction* instruction) { in AddInstruction()
633 void HInstructionList::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore()
647 void HInstructionList::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter()
661 void HInstructionList::RemoveInstruction(HInstruction* instruction) { in RemoveInstruction()