Home | History | Annotate | Download | only in gcc

Lines Matching refs:fur_source

117 // and edge or anywhere a derived class of fur_source wants.
120 class fur_source
123 fur_source (range_query *q = NULL);
142 class fur_stmt : public fur_source
153 // This version of fur_source will pick a range from a stmt, and also register
172 // the LHS. The source of all operands is supplied via the fur_source class
179 bool fold_stmt (irange &r, gimple *s, class fur_source &src,
182 bool range_of_range_op (irange &r, gimple *s, fur_source &src);
183 bool range_of_call (irange &r, gcall *call, fur_source &src);
184 bool range_of_cond_expr (irange &r, gassign* cond, fur_source &src);
185 bool range_of_address (irange &r, gimple *s, fur_source &src);
186 bool range_of_builtin_call (irange &r, gcall *call, fur_source &src);
188 fur_source &src);
189 bool range_of_phi (irange &r, gphi *phi, fur_source &src);
191 fur_source &src);
192 void relation_fold_and_or (irange& lhs_range, gimple *s, fur_source &src);