OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mult_stmts
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-math-opts.cc
610
auto_vec<gimple *>
mult_stmts
;
local
626
mult_stmts
.safe_push (use_stmt);
641
if (sqr_stmts.is_empty () &&
mult_stmts
.is_empty ())
646
if (has_other_use && (sqr_stmts.is_empty () ||
mult_stmts
.is_empty ()))
698
if (!
mult_stmts
.is_empty ())
704
FOR_EACH_VEC_ELT (
mult_stmts
, i, mult_stmt)
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-math-opts.cc
609
auto_vec<gimple *>
mult_stmts
;
local
625
mult_stmts
.safe_push (use_stmt);
640
if (sqr_stmts.is_empty () &&
mult_stmts
.is_empty ())
645
if (has_other_use && (sqr_stmts.is_empty () ||
mult_stmts
.is_empty ()))
697
if (!
mult_stmts
.is_empty ())
703
FOR_EACH_VEC_ELT (
mult_stmts
, i, mult_stmt)
Completed in 25 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026