Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dflow.c1939 LP_LIN(j) = lv.lp_stg_base + i; in live_var_end()
1955 bv_union(LP_LIN(j), LOUT(v), lv.bv_len); in live_var_end()
1971 bv_copy(LP_LIN(0), LIN(1), lv.bv_len); in live_var_end()
1978 lv_print(LP_LIN(i)); in live_var_end()
2170 return bv_mem(LP_LIN(lp), nme); in is_live_in()
H A Doptimize.h478 #define LP_LIN(i) opt.lpb.stg_base[i].lin macro