HomeSort by: relevance | last modified time | path
    Searched defs:ipcp_bits_lattice (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-cp.h 195 class ipcp_bits_lattice class
208 bool meet_with (ipcp_bits_lattice& other, unsigned, signop,
273 ipcp_bits_lattice bits_lattice;
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc 306 class ipcp_bits_lattice class
319 bool meet_with (ipcp_bits_lattice& other, unsigned, signop,
371 ipcp_bits_lattice bits_lattice;
546 ipcp_bits_lattice::print (FILE *f)
1062 ipcp_bits_lattice::set_to_bottom ()
1076 ipcp_bits_lattice::set_to_constant (widest_int value, widest_int mask)
1088 ipcp_bits_lattice::known_nonzero_p () const
1098 ipcp_bits_lattice::get_value_and_mask (tree operand, widest_int *valuep, widest_int *maskp)
1121 ipcp_bits_lattice::meet_with_1 (widest_int value, widest_int mask,
1142 ipcp_bits_lattice::meet_with (widest_int value, widest_int mask
    [all...]

Completed in 24 milliseconds