Searched refs:lattice (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dlambda-code.c97 lattice, and the base space of that lattice will always be dense. Thus, we
98 effectively use the lattice to figure out the transformation from the lattice
116 of the lattice. */
357 /* Allocate a new lattice structure of DEPTH x DEPTH, with INVARIANTS number
373 /* Compute the lattice base for NEST. The lattice base is essentially a
619 2. Use the matrix form to calculate the lattice base for the nest (which is
639 lambda_lattice lattice; local
1031 lambda_lattice lattice; local
[all...]
H A Dtree-complex.c37 /* For each complex ssa name, a lattice value. We're interested in finding
106 /* Compute a lattice value from T. It may be a gimple_val, or, as a
205 /* We don't care what the lattice value of <retval> is,
260 /* Evaluate statement STMT against the complex lattice defined above. */
298 /* We've set up the lattice values such that IOR neatly
329 /* Don't allow the lattice value to flip-flop indefinitely. */
352 /* Evaluate a PHI node against the complex lattice defined above. */
368 /* We've set up the lattice values such that IOR neatly models PHI meet. */
442 complex_lattice_t lattice = find_lattice_value (ssa_name); local
446 if (lattice
485 complex_lattice_t lattice = find_lattice_value (ssa_name); local
[all...]

Completed in 64 milliseconds