Searched refs:cloned_instruction (Results 1 – 3 of 3) sorted by relevance
81 Instruction* cloned_instruction = first_instruction->Clone(context); in Apply() local82 cloned_instruction->SetResultId(context->TakeNextId()); in Apply()83 cloned_instruction->InsertBefore(first_instruction); in Apply()