Home
last modified time | relevance | path

Searched refs:simple_inv (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-ivopts.c4653 bool simple_inv = true; in get_address_cost() local
4703 simple_inv = false; in get_address_cost()
4742 if (simple_inv) in get_address_cost()
4743 simple_inv = (aff_inv == NULL in get_address_cost()
4755 if (comp_inv && inv_expr && !simple_inv) in get_address_cost()
4888 bool simple_inv = (aff_combination_const_p (&aff_inv) in get_computation_cost() local
4896 if (comp_inv && inv_expr && !simple_inv) in get_computation_cost()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-ivopts.cc4684 bool simple_inv = true; in get_address_cost() local
4734 simple_inv = false; in get_address_cost()
4773 if (simple_inv) in get_address_cost()
4774 simple_inv = (aff_inv == NULL in get_address_cost()
4786 if (comp_inv && inv_expr && !simple_inv) in get_address_cost()
4919 bool simple_inv = (aff_combination_const_p (&aff_inv) in get_computation_cost() local
4927 if (comp_inv && inv_expr && !simple_inv) in get_computation_cost()