Searched refs:chrec10 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/gcc/
H A Dtree-scalar-evolution.c1627 tree res, opnd10, opnd11, chrec10, chrec11;
1637 chrec10 = analyze_scalar_evolution (loop, opnd10);
1639 chrec10 = chrec_convert (type, chrec10, at_stmt);
1641 res = chrec_fold_plus (type, chrec10, chrec11);
1647 chrec10 = analyze_scalar_evolution (loop, opnd10);
1649 chrec10 = chrec_convert (type, chrec10, at_stmt);
1651 res = chrec_fold_minus (type, chrec10, chrec11);
1656 chrec10
1623 tree res, opnd10, opnd11, chrec10, chrec11; local
[all...]

Completed in 100 milliseconds