Searched refs:operand_memory (Results 1 – 2 of 2) sorted by relevance
122 static GTY (()) struct ssa_operand_memory_d *operand_memory = NULL; variable259 gcc_assert (operand_memory == NULL); in init_ssa_operands()282 while ((ptr = operand_memory) != NULL) in fini_ssa_operands()284 operand_memory = operand_memory->next; in fini_ssa_operands()318 ptr->next = operand_memory; in ssa_operand_alloc()319 operand_memory = ptr; in ssa_operand_alloc()322 ptr = &(operand_memory->mem[operand_memory_index]); in ssa_operand_alloc()
20763 (operand_memory, operand_memory_index): New. Operand memory managers.