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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-predcom.c3033 dref laref; local
3047 FOR_EACH_VEC_ELT (chain->refs, i, laref)
3049 if (gimple_code (laref->stmt) != GIMPLE_PHI)
3052 gcc_assert (laref->distance > 0);
3053 chain->inits[n - laref->distance]
3054 = PHI_ARG_DEF_FROM_EDGE (laref->stmt, entry);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-predcom.cc3164 dref laref; local
3178 FOR_EACH_VEC_ELT (chain->refs, i, laref)
3180 if (gimple_code (laref->stmt) != GIMPLE_PHI)
3183 gcc_assert (laref->distance > 0);
3184 chain->inits[n - laref->distance]
3185 = PHI_ARG_DEF_FROM_EDGE (laref->stmt, entry);

Completed in 129 milliseconds