OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rdg_vertex_for_stmt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-loop-distribution.cc
415
rdg_vertex_for_stmt
(struct graph *rdg ATTRIBUTE_UNUSED, gimple *stmt)
function
434
int use =
rdg_vertex_for_stmt
(rdg, USE_STMT (imm_use_p));
461
int c =
rdg_vertex_for_stmt
(rdg, stmt);
1419
gcc_assert (
rdg_vertex_for_stmt
(rdg, DR_STMT (a))
1420
<=
rdg_vertex_for_stmt
(rdg, DR_STMT (b)));
1442
if (
rdg_vertex_for_stmt
(rdg, DR_STMT (dr1))
1443
>
rdg_vertex_for_stmt
(rdg, DR_STMT (dr2)))
2009
int v =
rdg_vertex_for_stmt
(rdg, stmt);
2144
if (
rdg_vertex_for_stmt
(rdg, DR_STMT (dr1))
2145
>
rdg_vertex_for_stmt
(rdg, DR_STMT (dr2))
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-loop-distribution.cc
414
rdg_vertex_for_stmt
(struct graph *rdg ATTRIBUTE_UNUSED, gimple *stmt)
function
433
int use =
rdg_vertex_for_stmt
(rdg, USE_STMT (imm_use_p));
460
int c =
rdg_vertex_for_stmt
(rdg, stmt);
1379
gcc_assert (
rdg_vertex_for_stmt
(rdg, DR_STMT (a))
1380
<=
rdg_vertex_for_stmt
(rdg, DR_STMT (b)));
1402
if (
rdg_vertex_for_stmt
(rdg, DR_STMT (dr1))
1403
>
rdg_vertex_for_stmt
(rdg, DR_STMT (dr2)))
1953
int v =
rdg_vertex_for_stmt
(rdg, stmt);
2088
if (
rdg_vertex_for_stmt
(rdg, DR_STMT (dr1))
2089
>
rdg_vertex_for_stmt
(rdg, DR_STMT (dr2))
[
all
...]
Completed in 16 milliseconds
Indexes created Thu Apr 02 00:23:07 UTC 2026