OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nonzero_p
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
value-range.h
67
bool
nonzero_p
() const;
314
irange::
nonzero_p
() const
function in class:irange
profile-count.h
731
if (ipa ().
nonzero_p
()
734
if (other.ipa ().
nonzero_p
()
998
bool
nonzero_p
() const
function
1022
if (ipa ().
nonzero_p
() || other.ipa ().
nonzero_p
())
tree-ssa-ccp.cc
976
free allocated storage. If
NONZERO_P
, record nonzero bits.
981
ccp_finalize (bool
nonzero_p
)
1001
|| !
nonzero_p
))
2962
/* Main entry point for SSA Conditional Constant Propagation. If
NONZERO_P
,
2966
do_ssa_ccp (bool
nonzero_p
)
2974
if (ccp_finalize (
nonzero_p
|| flag_ipa_bit_cp))
3006
: gimple_opt_pass (pass_data_ccp, ctxt),
nonzero_p
(false)
3014
nonzero_p
= param;
3017
virtual unsigned int execute (function *) { return do_ssa_ccp (
nonzero_p
); }
3021
bool
nonzero_p
;
member in class:__anon16352::pass_ccp
[
all
...]
ipa-prop.cc
2294
&& vr.
nonzero_p
())
5929
ipa_vr::
nonzero_p
(tree expr_type) const
function in class:ipa_vr
6014
&& vr[i].
nonzero_p
(TREE_TYPE (ddef)))
/src/external/gpl3/gcc/dist/gcc/
profile-count.h
216
bool
nonzero_p
() const
function
787
if (ipa ().
nonzero_p
()
790
if (other.ipa ().
nonzero_p
()
1078
bool
nonzero_p
() const
function
1102
if (ipa ().
nonzero_p
() || other.ipa ().
nonzero_p
())
value-range.h
93
virtual bool
nonzero_p
() const;
303
virtual bool
nonzero_p
() const override;
506
virtual bool
nonzero_p
() const override;
713
bool
nonzero_p
() const { return m_vrange->
nonzero_p
(); }
function in class:Value_Range
935
irange::
nonzero_p
() const
function in class:irange
value-range.cc
173
vrange::
nonzero_p
() const
function in class:vrange
899
frange::
nonzero_p
() const
function in class:frange
2594
// Test
nonzero_p
().
2597
ASSERT_TRUE (r0.
nonzero_p
());
tree-ssa-ccp.cc
988
free allocated storage. If
NONZERO_P
, record nonzero bits.
993
ccp_finalize (bool
nonzero_p
)
1013
|| !
nonzero_p
))
2982
/* Main entry point for SSA Conditional Constant Propagation. If
NONZERO_P
,
2986
do_ssa_ccp (bool
nonzero_p
)
2994
if (ccp_finalize (
nonzero_p
|| flag_ipa_bit_cp))
3026
: gimple_opt_pass (pass_data_ccp, ctxt),
nonzero_p
(false)
3034
nonzero_p
= param;
3039
return do_ssa_ccp (
nonzero_p
);
3044
bool
nonzero_p
;
member in class:__anon13931::pass_ccp
[
all
...]
Completed in 49 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026