Home
last modified time | relevance | path

Searched refs:get_use_type (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-ivopts.c4081 get_use_type (struct iv_use *use) in get_use_type() function
4108 tree type = get_use_type (use); in get_computation_at()
7188 tree comp, type = get_use_type (use), tgt; in rewrite_use_nonlinear_expr()
7481 ref = fold_convert (get_use_type (use), ref); in rewrite_use_address()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-ivopts.cc4112 get_use_type (struct iv_use *use) in get_use_type() function
4139 tree type = get_use_type (use); in get_computation_at()
7318 tree comp, type = get_use_type (use), tgt; in rewrite_use_nonlinear_expr()
7614 ref = fold_convert (get_use_type (use), ref); in rewrite_use_address()
H A DChangeLog-20123783 * tree-ssa-loop-ivopts.c (get_use_type): New function.
3784 (get_computation_at): Use get_use_type.
H A DChangeLog-201832542 (get_use_type): Check for USE_REF_ADDRESS instead of USE_ADDRESS.
H A DChangeLog-201922574 (get_use_type): Same.