OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_PHI_ARG_NUM
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-if-conv.cc
133
#define
MAX_PHI_ARG_NUM
\
3242
- LOOP has PHI with more than
MAX_PHI_ARG_NUM
arguments.
3267
&& EDGE_COUNT (bb->preds) >
MAX_PHI_ARG_NUM
)
3272
bb->index,
MAX_PHI_ARG_NUM
);
3784
loop containing PHIs with more than
MAX_PHI_ARG_NUM
arguments. */
/src/external/gpl3/gcc.old/dist/gcc/
tree-if-conv.cc
128
#define
MAX_PHI_ARG_NUM
\
3002
- LOOP has PHI with more than
MAX_PHI_ARG_NUM
arguments.
3028
&& EDGE_COUNT (bb->preds) >
MAX_PHI_ARG_NUM
)
3033
bb->index,
MAX_PHI_ARG_NUM
);
3302
loop containing PHIs with more than
MAX_PHI_ARG_NUM
arguments. */
Completed in 18 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026