Searched refs:stack_regs_mentioned_data (Results 1 – 6 of 6) sorted by relevance
186 static vec<char> stack_regs_mentioned_data; variable311 if (! INSN_P (insn) || !stack_regs_mentioned_data.exists ()) in stack_regs_mentioned()315 max = stack_regs_mentioned_data.length (); in stack_regs_mentioned()321 stack_regs_mentioned_data.safe_grow_cleared (max); in stack_regs_mentioned()324 test = stack_regs_mentioned_data[uid]; in stack_regs_mentioned()329 stack_regs_mentioned_data[uid] = test; in stack_regs_mentioned()3339 stack_regs_mentioned_data.release (); in reg_to_stack()3414 stack_regs_mentioned_data.create (max_uid + 1); in reg_to_stack()3415 memset (stack_regs_mentioned_data.address (), in reg_to_stack()
187 static vec<char> stack_regs_mentioned_data; variable312 if (! INSN_P (insn) || !stack_regs_mentioned_data.exists ()) in stack_regs_mentioned()316 max = stack_regs_mentioned_data.length (); in stack_regs_mentioned()322 stack_regs_mentioned_data.safe_grow_cleared (max, true); in stack_regs_mentioned()325 test = stack_regs_mentioned_data[uid]; in stack_regs_mentioned()330 stack_regs_mentioned_data[uid] = test; in stack_regs_mentioned()3350 stack_regs_mentioned_data.release (); in reg_to_stack()3425 stack_regs_mentioned_data.create (max_uid + 1); in reg_to_stack()3426 memset (stack_regs_mentioned_data.address (), in reg_to_stack()
16708 * reg-stack.c (stack_regs_mentioned_data): Change the type to16711 stack_regs_mentioned_data. Don't access the array beyond its16713 (reg_to_stack): Update the uses of stack_regs_mentioned_data.16722 * reg-stack.c (stack_regs_mentioned_data): Put it undef #ifdef
15962 (stack_regs_mentioned_data): New global variable.15965 (reg_to_stack): Initialize and free stack_regs_mentioned_data,
17293 stack_regs_mentioned_data is not initialized.
17315 (stack_regs_mentioned_data): Move out of ifdef; mark with gengtype.