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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc 119 tree varc0, varc1, ctype; local
195 split_to_var_and_offset (expand_simple_operations (c0), &varc0, offc0); local
201 std::swap (varc0, varc1);
205 else if (!operand_equal_p (var, varc0, 0))
271 /* Compute range information for varc0. If there is no overflow,
274 (varc0) cmp (varc1 + offc1 - offc0)
276 We can possibly improve the upper bound of varc0 if cmp is LE_EXPR,
283 (varc0 + offc0) doesn't overflow
288 (varc0 + offc0) doesn't underflow
291 In this case, (varc0 + offc0) will never underflow if we ca
560 tree varc0, varc1, ctype; local
621 split_to_var_and_offset (expand_simple_operations (c0), &varc0, offc0); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc 122 tree varc0, varc1, ctype; local
202 split_to_var_and_offset (expand_simple_operations (c0), &varc0, offc0); local
208 std::swap (varc0, varc1);
212 else if (!operand_equal_p (var, varc0, 0))
277 /* Compute range information for varc0. If there is no overflow,
280 (varc0) cmp (varc1 + offc1 - offc0)
282 We can possibly improve the upper bound of varc0 if cmp is LE_EXPR,
289 (varc0 + offc0) doesn't overflow
294 (varc0 + offc0) doesn't underflow
297 In this case, (varc0 + offc0) will never underflow if we ca
563 tree varc0, varc1, ctype; local
624 split_to_var_and_offset (expand_simple_operations (c0), &varc0, offc0); local
    [all...]

Completed in 19 milliseconds