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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-ter.cc 402 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)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ter.cc 402 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)

Completed in 17 milliseconds