OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fallthru_seq
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
trans-mem.cc
2615
gimple_seq
fallthru_seq
= gimple_seq_alloc_with_stmt (assign_stmt);
2616
gimple_stmt_iterator fallthru_gsi = gsi_start (
fallthru_seq
);
2618
gsi_insert_seq_on_edge (fallthru_edge,
fallthru_seq
);
2608
gimple_seq
fallthru_seq
= gimple_seq_alloc_with_stmt (assign_stmt);
local
/src/external/gpl3/gcc.old/dist/gcc/
trans-mem.cc
2606
gimple_seq
fallthru_seq
= gimple_seq_alloc_with_stmt (assign_stmt);
2607
gimple_stmt_iterator fallthru_gsi = gsi_start (
fallthru_seq
);
2609
gsi_insert_seq_on_edge (fallthru_edge,
fallthru_seq
);
2599
gimple_seq
fallthru_seq
= gimple_seq_alloc_with_stmt (assign_stmt);
local
Completed in 59 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026