Searched refs:new_sub (Results 1 – 2 of 2) sorted by relevance
64 struct cil_list *new_sub = NULL; in cil_copy_list() local65 cil_copy_list((struct cil_list*)orig_item->data, &new_sub); in cil_copy_list()66 cil_list_append(new, CIL_LIST, new_sub); in cil_copy_list()
2360 HSub* new_sub = new (GetGraph()->GetAllocator()) HSub( in VisitNeg() local2362 instruction->GetBlock()->ReplaceAndRemoveInstructionWith(instruction, new_sub); in VisitNeg()