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

  /src/external/gpl3/gcc/dist/gcc/
tree-scalar-evolution.cc 1636 tree res, chrec1, chrec2, ctype;
1672 chrec1 = analyze_scalar_evolution (loop, rhs1);
1674 chrec1 = chrec_convert (type, chrec1, at_stmt);
1676 chrec1 = instantiate_parameters (loop, chrec1);
1678 res = chrec_fold_plus (type, chrec1, chrec2);
1682 chrec1 = analyze_scalar_evolution_for_address_of (loop, base);
1683 chrec1 = chrec_convert (type, chrec1, at_stmt)
1632 tree res, chrec1, chrec2, ctype; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-scalar-evolution.cc 1628 tree res, chrec1, chrec2, ctype;
1671 chrec1 = analyze_scalar_evolution (loop, rhs1);
1673 chrec1 = chrec_convert (type, chrec1, at_stmt);
1675 chrec1 = instantiate_parameters (loop, chrec1);
1677 res = chrec_fold_plus (type, chrec1, chrec2);
1681 chrec1 = analyze_scalar_evolution_for_address_of (loop, base);
1682 chrec1 = chrec_convert (type, chrec1, at_stmt)
1624 tree res, chrec1, chrec2, ctype; local
    [all...]

Completed in 39 milliseconds