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

  /src/external/gpl3/gcc/dist/gcc/
ipa-cp.h 273 ipcp_bits_lattice bits_lattice; member in class:ipcp_param_lattices
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc 371 ipcp_bits_lattice bits_lattice; member in class:ipcp_param_lattices
596 plats->bits_lattice.print (f);
1229 ret |= plats->bits_lattice.set_to_bottom ();
1366 plats->bits_lattice.set_to_bottom ();
2433 if (!src_lats->bits_lattice.bottom_p ())
2436 = keep_null && !src_lats->bits_lattice.known_nonzero_p ();
2438 return dest_lattice->meet_with (src_lats->bits_lattice, precision,
2964 &dest_plats->bits_lattice);
6457 if (plats->bits_lattice.constant_p ())
6476 if (plats->bits_lattice.constant_p ()
    [all...]

Completed in 28 milliseconds