Searched refs:base_hint (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-address.cc | 451 move_hint_to_base (tree type, struct mem_address *parts, tree base_hint, in move_hint_to_base() argument 464 if (operand_equal_p (val, base_hint, 0)) in move_hint_to_base() 700 addr_to_parts (tree type, aff_tree *addr, tree iv_cand, tree base_hint, in addr_to_parts() argument 722 *var_in_base = (base_hint != NULL && parts->symbol == NULL); in addr_to_parts() 724 *var_in_base = move_hint_to_base (type, parts, base_hint, addr); in addr_to_parts() 801 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument 807 addr_to_parts (type, addr, iv_cand, base_hint, &parts, &var_in_base, speed); in create_mem_ref()
|
| D | tree-ssa-loop-ivopts.cc | 7594 tree base_hint = (cand->iv->base_object) ? iv : NULL_TREE; in rewrite_use_address() local 7609 iv, base_hint, data->speed); in rewrite_use_address()
|