Home
last modified time | relevance | path

Searched refs:DEF_STD (Results 1 – 9 of 9) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Doptutil.c746 srch_ae.start.stmt = DEF_STD(def); in can_copy_def()
797 def_std = DEF_STD(def); in def_ok()
1053 if (DEF_STD(def) == i) { in _avail()
1090 if (DEF_STD(def) == iltx) { in _avail()
1115 if (DEF_STD(d) == iltx) in _avail()
1547 if (USE_STD(du->use) == DEF_STD(def)) in only_one_ud()
1644 def_std = DEF_STD(def); in rm_def_rloop()
2410 std = DEF_STD(def); in alldefs_allocsafe()
2472 int def_std = DEF_STD(def); in ptrdefs_has_lhsconflict()
2795 int std = DEF_STD(def); in get_lhs_first_defs()
[all …]
H A Dinduc.c364 store_ili = STD_AST(DEF_STD(def)); in find_bivs()
723 srch.biv_ili = STD_AST(DEF_STD(def)); in scan_def()
1112 DEF_STD(i) = iltx; in add_def()
1230 if (ilix == STD_AST(DEF_STD(p->info))) in is_biv_store()
1274 assert(STD_AST(DEF_STD(def)) == store, "check_alias: def bad", def, 3); in check_alias()
H A Dcommopt.c2828 plist(std_list, DEF_STD(def)); in common_compute_point()
3066 int stddef = DEF_STD(def); in opt_allocate()
3117 int std = DEF_STD(def); in propagate_bound()
3151 std = DEF_STD(deflist); in is_safe_copy()
3162 defstd = DEF_STD(def); in is_safe_copy()
3209 stdv = DEF_STD(defv); in is_safe_copy()
3212 defstd = DEF_STD(def); in is_safe_copy()
3234 std = DEF_STD(def); in is_same_def()
3235 std1 = DEF_STD(def1); in is_same_def()
3281 std = DEF_STD(def); in diff_def_cnst()
H A Dinvar.c654 if (DEF_STD(def) == std) { in has_def_inlp()
755 def_std = DEF_STD(def); in is_hoistable()
H A Dcomminvar.c490 if (DEF_STD(def) == std) in check_outer_defs()
508 if (DEF_STD(def) == std) in check_inner_uses()
H A Dflow.c2844 df_ilt = DEF_STD(df); in const_prop()
3016 if (DEF_STD(tmp) == use_std) { in copy_const()
3055 if (DEF_STD(def) == std) in self_use()
3150 iltz = DEF_STD(def); in delete_stores()
3318 (int)DEF_FG(dfx), (int)DEF_STD(dfx), (int)DEF_NEXT(dfx), in dump_global()
3565 if (STD_DELETE(DEF_STD(def))) in new_du_ud()
3569 STD_DELETE(DEF_STD(def)) = 0; /* always clear flag */ in new_du_ud()
H A Doutconv.c4434 if (DEF_STD(def) == COLLAPSE_STDALLOC(ci) || in find_collapse_defs()
4435 DEF_STD(def) == COLLAPSE_STDDEALLOC(ci)) in find_collapse_defs()
4479 if (DEF_STD(def) == COLLAPSE_STDALLOC(ci) || in find_collapse_uses()
4480 DEF_STD(def) == COLLAPSE_STDDEALLOC(ci)) in find_collapse_uses()
4529 if (DEF_STD(def) == COLLAPSE_STDALLOC(ci) || in collapse_loops()
4530 DEF_STD(def) == COLLAPSE_STDDEALLOC(ci)) in collapse_loops()
4534 std = DEF_STD(def); in collapse_loops()
6186 std = DEF_STD(d); in sectfloat()
H A Doptimize.h596 #define DEF_STD(i) opt.defb.stg_base[i].std macro
H A Ddump.c4713 putnzint("std", DEF_STD(def)); in dumpdef()