OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:order_node
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/rtl-ssa/
insns.h
29
ORDER_NODE
,
320
//
order_node
note that is attached to its respective instruction.
323
class
order_node
: public insn_note
class in class:rtl_ssa::insn_info
326
static const insn_note_kind kind = insn_note_kind::
ORDER_NODE
;
328
order_node
(int uid);
334
order_node
*m_children[2];
335
order_node
*m_parent;
337
using order_splay_tree = default_rootless_splay_tree<
order_node
*>;
378
order_node
*get_order_node () const;
379
order_node
*get_known_order_node () const
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
insns.h
29
ORDER_NODE
,
318
//
order_node
note that is attached to its respective instruction.
321
class
order_node
: public insn_note
class in class:rtl_ssa::insn_info
324
static const insn_note_kind kind = insn_note_kind::
ORDER_NODE
;
326
order_node
(int uid);
332
order_node
*m_children[2];
333
order_node
*m_parent;
335
using order_splay_tree = default_rootless_splay_tree<
order_node
*>;
376
order_node
*get_order_node () const;
377
order_node
*get_known_order_node () const
[
all
...]
Completed in 31 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026