OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clobber_info
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/rtl-ssa/
accesses.h
162
// Return true if the access is a
clobber_info
that describes the effect
567
class
clobber_info
: public def_info
class in namespace:rtl_ssa
570
friend class default_splay_tree_accessors<
clobber_info
*>;
571
friend class default_splay_tree_accessors_with_parent<
clobber_info
*>;
576
using splay_tree = default_rootless_splay_tree<
clobber_info
*>;
626
// We therefore store the splay tree fields directly in the
clobber_info
629
clobber_info
(insn_info *, unsigned int);
636
clobber_info
*m_children[2];
637
clobber_info
*m_parent;
643
using clobber_tree =
clobber_info
::splay_tree::rooted
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
accesses.h
162
// Return true if the access is a
clobber_info
that describes the effect
562
class
clobber_info
: public def_info
class in namespace:rtl_ssa
565
friend class default_splay_tree_accessors<
clobber_info
*>;
566
friend class default_splay_tree_accessors_with_parent<
clobber_info
*>;
571
using splay_tree = default_rootless_splay_tree<
clobber_info
*>;
621
// We therefore store the splay tree fields directly in the
clobber_info
624
clobber_info
(insn_info *, unsigned int);
631
clobber_info
*m_children[2];
632
clobber_info
*m_parent;
638
using clobber_tree =
clobber_info
::splay_tree::rooted
[
all
...]
Completed in 28 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026