OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EDGE_FAKE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
profile.cc
29
EDGE_FAKE
edges to the EXIT_BLOCK, from the sources of abnormal
252
&& (!(e->flags &
EDGE_FAKE
)
702
if (!(e->flags & (
EDGE_FAKE
| EDGE_FALLTHRU)))
725
if (!(e->flags & (EDGE_COMPLEX |
EDGE_FAKE
)))
730
if (!(e->flags & (EDGE_COMPLEX |
EDGE_FAKE
)))
1283
make_edge (bb, EXIT_BLOCK_PTR_FOR_FN (cfun),
EDGE_FAKE
);
1290
make_edge (ENTRY_BLOCK_PTR_FOR_FN (cfun), bb,
EDGE_FAKE
);
1372
else if (e->flags &
EDGE_FAKE
)
1456
if (e->flags &
EDGE_FAKE
)
1691
if (((e->flags & (EDGE_ABNORMAL | EDGE_ABNORMAL_CALL |
EDGE_FAKE
))
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
profile.cc
29
EDGE_FAKE
edges to the EXIT_BLOCK, from the sources of abnormal
240
&& (!(e->flags &
EDGE_FAKE
)
690
if (!(e->flags & (
EDGE_FAKE
| EDGE_FALLTHRU)))
713
if (!(e->flags & (EDGE_COMPLEX |
EDGE_FAKE
)))
718
if (!(e->flags & (EDGE_COMPLEX |
EDGE_FAKE
)))
1264
make_edge (bb, EXIT_BLOCK_PTR_FOR_FN (cfun),
EDGE_FAKE
);
1271
make_edge (ENTRY_BLOCK_PTR_FOR_FN (cfun), bb,
EDGE_FAKE
);
1353
else if (e->flags &
EDGE_FAKE
)
1429
if (e->flags &
EDGE_FAKE
)
1625
if (((e->flags & (EDGE_ABNORMAL | EDGE_ABNORMAL_CALL |
EDGE_FAKE
))
[
all
...]
Completed in 24 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026