OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:square_def
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-math-opts.cc
758
tree
square_def
;
local
804
square_def
= gimple_assign_lhs (use_stmt);
805
FOR_EACH_IMM_USE_FAST (square_use_p, square_use_iter,
square_def
)
808
if (is_division_by (square_use_stmt,
square_def
))
tree-ssa-math-opts.cc
758
tree
square_def
;
local
804
square_def
= gimple_assign_lhs (use_stmt);
805
FOR_EACH_IMM_USE_FAST (square_use_p, square_use_iter,
square_def
)
808
if (is_division_by (square_use_stmt,
square_def
))
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-math-opts.cc
757
tree
square_def
;
local
803
square_def
= gimple_assign_lhs (use_stmt);
804
FOR_EACH_IMM_USE_FAST (square_use_p, square_use_iter,
square_def
)
807
if (is_division_by (square_use_stmt,
square_def
))
tree-ssa-math-opts.cc
757
tree
square_def
;
local
803
square_def
= gimple_assign_lhs (use_stmt);
804
FOR_EACH_IMM_USE_FAST (square_use_p, square_use_iter,
square_def
)
807
if (is_division_by (square_use_stmt,
square_def
))
Completed in 57 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026