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

/freebsd-10.1-release/contrib/gcc/
H A Dtree-scalar-evolution.c1627 tree res, opnd10, opnd11, chrec10, chrec11;
1638 chrec11 = analyze_scalar_evolution (loop, opnd11);
1640 chrec11 = chrec_convert (type, chrec11, at_stmt);
1641 res = chrec_fold_plus (type, chrec10, chrec11);
1648 chrec11 = analyze_scalar_evolution (loop, opnd11);
1650 chrec11 = chrec_convert (type, chrec11, at_stmt);
1651 res = chrec_fold_minus (type, chrec10, chrec11);
1667 chrec11
1623 tree res, opnd10, opnd11, chrec10, chrec11; local
[all...]

Completed in 50 milliseconds