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

  /src/external/gpl3/gcc/dist/gcc/
tree-scalar-evolution.cc 1660 tree chrec3;
1698 chrec3 = analyze_scalar_evolution (loop, unitpos);
1699 chrec3 = chrec_convert (TREE_TYPE (unitpos), chrec3, at_stmt);
1700 chrec3 = instantiate_parameters (loop, chrec3);
1701 res = chrec_fold_plus (type, res, chrec3);
1656 tree chrec3; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-scalar-evolution.cc 1659 tree chrec3;
1697 chrec3 = analyze_scalar_evolution (loop, unitpos);
1698 chrec3 = chrec_convert (TREE_TYPE (unitpos), chrec3, at_stmt);
1699 chrec3 = instantiate_parameters (loop, chrec3);
1700 res = chrec_fold_plus (type, res, chrec3);
1655 tree chrec3; local

Completed in 33 milliseconds