OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:arg_false
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-phiopt.cc
1777
tree smaller, larger, arg_true,
arg_false
;
local
1931
arg_false
= arg1;
1938
arg_false
= arg0;
1946
&& (operand_equal_for_phi_arg_p (
arg_false
, larger)
1958
else if ((operand_equal_for_phi_arg_p (
arg_false
, smaller)
1960
&& operand_equal_for_phi_arg_p (
arg_false
, alt_smaller)))
2008
if (operand_equal_for_phi_arg_p (
arg_false
, larger)
2010
&& operand_equal_for_phi_arg_p (
arg_false
, alt_larger)))
2036
bound,
arg_false
)))
2039
else if (operand_equal_for_phi_arg_p (
arg_false
, smaller
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-phiopt.cc
853
tree arg_true,
arg_false
;
local
898
arg_false
= arg1;
906
arg_false
= arg0;
912
|| (TREE_CODE (
arg_false
) == SSA_NAME
913
&& ssa_name_maybe_undef_p (
arg_false
)))
922
arg_true,
arg_false
,
1718
tree smaller, larger, arg_true,
arg_false
;
local
1871
arg_false
= arg1;
1879
arg_false
= arg0;
1889
&& (operand_equal_for_phi_arg_p (
arg_false
, larger
[
all
...]
Completed in 15 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026