OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ipcp_value
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ipa-cp.h
23
template <typename valtype> class
ipcp_value
;
37
ancestor, this is the
ipcp_value
of the caller from which the described
39
ipcp_value
<valtype> *val;
48
/* Common ancestor for all
ipcp_value
instantiations. */
70
class
ipcp_value
: public ipcp_value_base
class in inherits:ipcp_value_base
78
ipcp_value
*next = nullptr;
81
ipcp_value
*scc_next = nullptr;
84
ipcp_value
*topo_next = nullptr;
104
void add_source (cgraph_edge *cs,
ipcp_value
*src_val, int src_idx,
109
bool same_scc (const
ipcp_value
<valtype> *o
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc
130
template <typename valtype> class
ipcp_value
;
144
ancestor, this is the
ipcp_value
of the caller from which the described
146
ipcp_value
<valtype> *val;
155
/* Common ancestor for all
ipcp_value
instantiations. */
181
class
ipcp_value
: public ipcp_value_base
class in inherits:ipcp_value_base
189
ipcp_value
*next = nullptr;
192
ipcp_value
*scc_next = nullptr;
195
ipcp_value
*topo_next = nullptr;
215
void add_source (cgraph_edge *cs,
ipcp_value
*src_val, int src_idx,
220
bool same_scc (const
ipcp_value
<valtype> *o
[
all
...]
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026