HomeSort by: relevance | last modified time | path
    Searched defs:nonzero_p (Results 1 - 4 of 4) 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:__anon11386::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)))

Completed in 41 milliseconds