Lines Matching defs:at_stmt

659 		    tree at_stmt)
688 to_add = chrec_convert (type, to_add, at_stmt);
689 right = chrec_convert (type, right, at_stmt);
697 to_add, at_stmt);
699 right = chrec_convert (chrec_type (left), right, at_stmt);
710 right = chrec_convert (chrec_type (left), to_add, at_stmt);
851 tree to_add, tree at_stmt)
881 res = add_to_evolution_1 (loop_nb, chrec_before, to_add, at_stmt);
1046 follow_ssa_edge_in_rhs (struct loop *loop, tree at_stmt, tree rhs,
1065 res = follow_ssa_edge_in_rhs (loop, at_stmt, TREE_OPERAND (rhs, 0),
1068 *evolution_of_loop, at_stmt);
1103 chrec_convert (type_rhs, evol, at_stmt),
1104 PLUS_EXPR, rhs1, at_stmt);
1115 chrec_convert (type_rhs, *evolution_of_loop, at_stmt),
1116 PLUS_EXPR, rhs0, at_stmt);
1136 at_stmt),
1137 PLUS_EXPR, rhs1, at_stmt);
1154 at_stmt),
1155 PLUS_EXPR, rhs0, at_stmt);
1184 (loop->num, chrec_convert (type_rhs, *evolution_of_loop, at_stmt),
1185 MINUS_EXPR, rhs1, at_stmt);
1624 interpret_rhs_modify_expr (struct loop *loop, tree at_stmt,
1630 return chrec_convert (type, opnd1, at_stmt);
1639 chrec10 = chrec_convert (type, chrec10, at_stmt);
1640 chrec11 = chrec_convert (type, chrec11, at_stmt);
1649 chrec10 = chrec_convert (type, chrec10, at_stmt);
1650 chrec11 = chrec_convert (type, chrec11, at_stmt);
1657 chrec10 = chrec_convert (type, chrec10, at_stmt);
1668 chrec10 = chrec_convert (type, chrec10, at_stmt);
1669 chrec11 = chrec_convert (type, chrec11, at_stmt);
1675 at_stmt);
1681 at_stmt);
1688 res = chrec_convert (type, chrec10, at_stmt);
1829 fold_used_pointer (tree expr, tree at_stmt)
1842 new0 = fold_used_pointer (op0, at_stmt);
1848 new1 = fold_used_pointer (op1, at_stmt);
1856 new0 = chrec_convert (TREE_TYPE (expr), new0, at_stmt);
1857 new1 = chrec_convert (TREE_TYPE (expr), new1, at_stmt);