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

  /src/external/gpl3/gcc/dist/gcc/
gimple-harden-conditionals.cc 130 detach_value (location_t loc, gimple_stmt_iterator *gsip, tree val) function
281 RHS's values (see detach_value above) for the COP compare. */
369 lhs = detach_value (loc, &gsi, lhs);
370 rhs = same_p ? lhs : detach_value (loc, &gsi, rhs);
518 op1 = detach_value (loc, &gsi, op1);
519 op2 = same_p ? op1 : detach_value (loc, &gsi, op2);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-harden-conditionals.cc 121 detach_value (location_t loc, gimple_stmt_iterator *gsip, tree val) function
270 values (see detach_value above) for the COP compare. */
295 lhs = detach_value (loc, &gsik, lhs);
296 rhs = same_p ? lhs : detach_value (loc, &gsik, rhs);
503 op1 = detach_value (loc, &gsi_split, op1);
504 op2 = same_p ? op1 : detach_value (loc, &gsi_split, op2);

Completed in 14 milliseconds