OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newstmt
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-pre.cc
2847
gassign *
newstmt
;
local
2939
newstmt
= gimple_build_assign (name, folded);
2940
gimple_set_location (
newstmt
, expr->loc);
2941
gimple_seq_add_stmt_without_update (&forced_stmts,
newstmt
);
2942
gimple_set_vuse (
newstmt
, BB_LIVE_VOP_ON_EXIT (block));
2978
newstmt
= gimple_build_assign (name, folded);
2979
gimple_set_location (
newstmt
, expr->loc);
2980
gimple_seq_add_stmt_without_update (&forced_stmts,
newstmt
);
Completed in 17 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026