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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-scopedtables.cc 102 vuse_eq (ao_ref *, tree vuse1, void *data)
105 if (vuse1 == vuse2)
329 tree vuse1 = (*slot)->vop (); local
332 hash with vuse1 then try to reach its stmt by walking
337 if (!(vuse1 && vuse2
343 limit, vuse1) != NULL))
tree-ssa-scopedtables.cc 102 vuse_eq (ao_ref *, tree vuse1, void *data)
105 if (vuse1 == vuse2)
329 tree vuse1 = (*slot)->vop (); local
332 hash with vuse1 then try to reach its stmt by walking
337 if (!(vuse1 && vuse2
343 limit, vuse1) != NULL))
tree-ssa-tail-merge.cc 1311 tree vuse1 = NULL_TREE, vuse2 = NULL_TREE; local
1314 gsi_advance_bw_nondebug_nonlocal (&gsi1, &vuse1, &vuse_escaped);
1334 gsi_advance_bw_nondebug_nonlocal (&gsi1, &vuse1, &vuse_escaped);
1359 if (vuse_escaped && vuse1 != vuse2)
tree-ssa-tail-merge.cc 1311 tree vuse1 = NULL_TREE, vuse2 = NULL_TREE; local
1314 gsi_advance_bw_nondebug_nonlocal (&gsi1, &vuse1, &vuse_escaped);
1334 gsi_advance_bw_nondebug_nonlocal (&gsi1, &vuse1, &vuse_escaped);
1359 if (vuse_escaped && vuse1 != vuse2)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-scopedtables.cc 102 vuse_eq (ao_ref *, tree vuse1, void *data)
105 if (vuse1 == vuse2)
288 tree vuse1 = (*slot)->vop (); local
291 hash with vuse1 then try to reach its stmt by walking
296 if (!(vuse1 && vuse2
302 limit, vuse1) != NULL))
tree-ssa-scopedtables.cc 102 vuse_eq (ao_ref *, tree vuse1, void *data)
105 if (vuse1 == vuse2)
288 tree vuse1 = (*slot)->vop (); local
291 hash with vuse1 then try to reach its stmt by walking
296 if (!(vuse1 && vuse2
302 limit, vuse1) != NULL))
tree-ssa-tail-merge.cc 1300 tree vuse1 = NULL_TREE, vuse2 = NULL_TREE; local
1303 gsi_advance_bw_nondebug_nonlocal (&gsi1, &vuse1, &vuse_escaped);
1323 gsi_advance_bw_nondebug_nonlocal (&gsi1, &vuse1, &vuse_escaped);
1348 if (vuse_escaped && vuse1 != vuse2)
tree-ssa-tail-merge.cc 1300 tree vuse1 = NULL_TREE, vuse2 = NULL_TREE; local
1303 gsi_advance_bw_nondebug_nonlocal (&gsi1, &vuse1, &vuse_escaped);
1323 gsi_advance_bw_nondebug_nonlocal (&gsi1, &vuse1, &vuse_escaped);
1348 if (vuse_escaped && vuse1 != vuse2)

Completed in 83 milliseconds