Searched refs:operand_memory (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dtree-ssa-operands.c122 static GTY (()) struct ssa_operand_memory_d *operand_memory = NULL; variable in typeref:struct:ssa_operand_memory_d
259 gcc_assert (operand_memory == NULL);
282 while ((ptr = operand_memory) != NULL)
284 operand_memory = operand_memory->next;
318 ptr->next = operand_memory;
319 operand_memory = ptr;
322 ptr = &(operand_memory->mem[operand_memory_index]);

Completed in 61 milliseconds