Searched refs:locus2 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-ter.c402 location_t locus1, locus2; local
421 locus2 = gimple_phi_arg_location (phi,
424 locus2 = gimple_location (use_stmt);
425 block2 = LOCATION_BLOCK (locus2);
426 locus2 = LOCATION_LOCUS (locus2);
429 && ((locus1 != UNKNOWN_LOCATION && locus1 != locus2)
H A Dtree-cfg.c1153 same_line_p (location_t locus1, expanded_location *from, location_t locus2) argument
1157 if (locus1 == locus2)
1160 to = expand_location (locus2);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-ter.cc402 location_t locus1, locus2; local
421 locus2 = gimple_phi_arg_location (phi,
424 locus2 = gimple_location (use_stmt);
425 block2 = LOCATION_BLOCK (locus2);
426 locus2 = LOCATION_LOCUS (locus2);
429 && ((locus1 != UNKNOWN_LOCATION && locus1 != locus2)
H A Dtree-cfg.cc1147 same_line_p (location_t locus1, expanded_location *from, location_t locus2) argument
1151 if (locus1 == locus2)
1154 to = expand_location (locus2);

Completed in 176 milliseconds