Home
last modified time | relevance | path

Searched refs:m_stack (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtimevar.cc257 m_stack (NULL), in timer()
287 for (iter = m_stack; iter; iter = next) in ~timer()
350 if (m_stack) in push_internal()
351 timevar_accumulate (&m_stack->timevar->elapsed, &m_start_time, &now); in push_internal()
369 context->next = m_stack; in push_internal()
370 m_stack = context; in push_internal()
382 gcc_assert (&m_timevars[timevar] == m_stack->timevar); in pop()
394 struct timevar_stack_def *popped = m_stack; in pop_internal()
403 m_stack = m_stack->next; in pop_internal()
406 if (m_stack && time_report_details) in pop_internal()
[all …]
H A Dtree-ssa-scopedtables.h131 { m_stack.create (20); m_avail_exprs = table; } in avail_exprs_stack()
132 ~avail_exprs_stack (void) { m_stack.release (); } in ~avail_exprs_stack()
156 vec<std::pair<expr_hash_elt_t, expr_hash_elt_t> > m_stack;
179 const_and_copies (void) { m_stack.create (20); }; in const_and_copies()
180 ~const_and_copies (void) { m_stack.release (); } in ~const_and_copies()
183 void push_marker (void) { m_stack.safe_push (NULL_TREE); } in push_marker()
204 vec<tree> m_stack; variable
H A Dvalue-pointer-equiv.cc63 auto_vec<std::pair <tree, tree>> m_stack; member in ssa_equiv_stack
78 m_stack.safe_push (m_marker); in enter()
87 gcc_checking_assert (!m_stack.is_empty ()); in leave()
88 while (m_stack.last () != m_marker) in leave()
90 std::pair<tree, tree> e = m_stack.pop (); in leave()
93 m_stack.pop (); in leave()
108 m_stack.safe_push (std::make_pair (name, old)); in push_replacement()
H A Dtree-ssa-scopedtables.cc52 while (m_stack.length () > 0) in pop_to_marker()
54 std::pair<expr_hash_elt_t, expr_hash_elt_t> victim = m_stack.pop (); in pop_to_marker()
95 m_stack.safe_push (std::pair<expr_hash_elt_t, expr_hash_elt_t> (elt1, elt2)); in record_expr()
957 while (m_stack.length () > 0) in pop_to_marker()
961 dest = m_stack.pop (); in pop_to_marker()
977 prev_value = m_stack.pop (); in pop_to_marker()
999 m_stack.reserve (2); in record_const_or_copy_raw()
1000 m_stack.quick_push (prev_x); in record_const_or_copy_raw()
1001 m_stack.quick_push (x); in record_const_or_copy_raw()
H A Dtimevar.h191 timevar_stack_def *m_stack; variable
H A Dcfganal.cc44 auto_vec<basic_block, 20> m_stack; member in __anonf3ea01ca0111::depth_first_search
1510 m_stack (n_basic_blocks_for_fn (cfun)), in depth_first_search()
1523 m_stack.quick_push (bb); in add_bb()
1539 while (!m_stack.is_empty ()) in execute()
1541 bb = m_stack.pop (); in execute()
H A DChangeLog-201533201 (stack): Likewise, in favor of field "m_stack".
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtimevar.c259 m_stack (NULL), in timer()
289 for (iter = m_stack; iter; iter = next) in ~timer()
352 if (m_stack) in push_internal()
353 timevar_accumulate (&m_stack->timevar->elapsed, &m_start_time, &now); in push_internal()
371 context->next = m_stack; in push_internal()
372 m_stack = context; in push_internal()
384 gcc_assert (&m_timevars[timevar] == m_stack->timevar); in pop()
396 struct timevar_stack_def *popped = m_stack; in pop_internal()
405 m_stack = m_stack->next; in pop_internal()
408 if (m_stack && time_report_details) in pop_internal()
[all …]
H A Dtree-ssa-scopedtables.h131 { m_stack.create (20); m_avail_exprs = table; } in avail_exprs_stack()
132 ~avail_exprs_stack (void) { m_stack.release (); } in ~avail_exprs_stack()
156 vec<std::pair<expr_hash_elt_t, expr_hash_elt_t> > m_stack;
179 const_and_copies (void) { m_stack.create (20); }; in const_and_copies()
180 ~const_and_copies (void) { m_stack.release (); } in ~const_and_copies()
183 void push_marker (void) { m_stack.safe_push (NULL_TREE); } in push_marker()
204 vec<tree> m_stack; variable
H A Dtree-ssa-scopedtables.c52 while (m_stack.length () > 0) in pop_to_marker()
54 std::pair<expr_hash_elt_t, expr_hash_elt_t> victim = m_stack.pop (); in pop_to_marker()
95 m_stack.safe_push (std::pair<expr_hash_elt_t, expr_hash_elt_t> (elt1, elt2)); in record_expr()
957 while (m_stack.length () > 0) in pop_to_marker()
961 dest = m_stack.pop (); in pop_to_marker()
977 prev_value = m_stack.pop (); in pop_to_marker()
999 m_stack.reserve (2); in record_const_or_copy_raw()
1000 m_stack.quick_push (prev_x); in record_const_or_copy_raw()
1001 m_stack.quick_push (x); in record_const_or_copy_raw()
H A Dtimevar.h191 timevar_stack_def *m_stack; variable
H A Dcfganal.c43 auto_vec<basic_block, 20> m_stack;
1483 m_stack (n_basic_blocks_for_fn (cfun)), in depth_first_search()
1496 m_stack.quick_push (bb); in add_bb()
1512 while (!m_stack.is_empty ()) in execute()
1514 bb = m_stack.pop (); in execute()
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dos9k.h123 unsigned char m_stack[4]; /* Stack size. */ member
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dos9k.h123 unsigned char m_stack[4]; /* Stack size. */ member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dexploded-graph.h643 auto_vec<unsigned> m_stack; variable
H A Dengine.cc1629 m_stack.safe_push (index); in strong_connect()
1661 int idx = m_stack.pop (); in strong_connect()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dexploded-graph.h709 auto_vec<unsigned> m_stack; variable
H A Dengine.cc2130 m_stack.safe_push (index); in strong_connect()
2165 int idx = m_stack.pop (); in strong_connect()
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-202017993 m_stack>: New.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git68292 Commit 42c13555ff88 ("Change value::m_stack to bool") erroneously
69117 Change value::m_stack to bool
69118 This changes value::m_stack to be a bool and updates the various uses.
83472 the m_stack in target_stack to hold target_ops_ref objects. This
83473 means that when inferior::~inferior is called, and m_stack is
83483 the reference out of m_stack like this:
83485 auto ref = std::move (m_stack[stratum]);
83488 target_ops_ref until the end of the scope while allowing the m_stack
83490 directly set the m_stack entry to nullptr, like this:
83492 m_stack[stratum] = nullptr;
[all …]