Home
last modified time | relevance | path

Searched refs:LP_EXT_STORE (Results 1 – 3 of 3) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dflow.c305 LP_EXT_STORE(i) = 0; in flow()
532 LP_EXT_STORE(parent) |= LP_EXT_STORE(cur_lp); in localflow()
1760 LP_EXT_STORE(cur_lp) = 1; in add_store()
3418 if (LP_EXT_STORE(i)) in dump_global()
H A Doptimize.h454 #define LP_EXT_STORE(i) opt.lpb.stg_base[i].flags.bits.ext_store macro
H A Ddump.c2196 #ifdef LP_EXT_STORE in dumploop()
2197 putbit("ext_store", LP_EXT_STORE(l)); in dumploop()