Home
last modified time | relevance | path

Searched refs:LP_CALLFG (Results 1 – 8 of 8) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dinvar.c725 if (ADDRTKNG(sym) && (LP_CALLFG(lp) || LP_CALLINTERNAL(lp))) { in is_hoistable()
893 if (LP_CALLFG(lpx) || LP_CALLINTERNAL(lpx)) in is_std_hoistable()
1009 if (LP_CALLFG(lpx) && (!IS_LCL_OR_DUM(sym) in is_sym_invariant_safe()
1041 if (!sflag && LP_CALLFG(lpx) && ADDRTKNG(sym)) { in is_sym_invariant_safe()
H A Dfindloop.c670 LP_CALLFG(loop) = BIH_EX(FG_TO_BIH(head)); in build_loop()
753 LP_CALLFG(current_lp) = 1; in add_to_region()
1412 LP_INNERMOST(i) ? "<inner>" : "", LP_CALLFG(i) ? "<call>" : "", in __dump_loop()
H A Dflow.c535 LP_CALLFG(parent) |= LP_CALLFG(cur_lp); in localflow()
605 LP_CALLFG(cur_lp) |= FG_EX(cur_fg); in lflow_of_block()
3424 if (LP_CALLFG(i)) in dump_global()
H A Doutconv.c4438 if (LP_CALLFG(lpDef)) { in find_collapse_defs()
5559 } else if (LP_CALLFG(l)) { in _check_clean()
5989 if (SCG(sptr) != SC_LOCAL || (gbl.internal == 1 && LP_CALLFG(l))) in sfloat()
5991 if (gbl.internal > 1 && !INTERNALG(sptr) && LP_CALLFG(l)) in sfloat()
6029 if (SCG(sptr) != SC_LOCAL || (gbl.internal == 1 && LP_CALLFG(l))) in sfloat()
6031 if (gbl.internal > 1 && !INTERNALG(sptr) && LP_CALLFG(l)) in sfloat()
H A Doptutil.c262 if (LP_CALLFG(lpx) && (ADDRTKNG(sym) in is_sym_optsafe()
342 if (LP_CALLFG(LPZ) && (ADDRTKNG(sym) in is_sym_live_safe()
H A Doptimize.h451 #define LP_CALLFG(i) opt.lpb.stg_base[i].flags.bits.callfg macro
H A Dinduc.c1454 call_in_loop = LP_CALLFG(lpx); in get_loop_count()
H A Ddump.c2189 putbit("callfg", LP_CALLFG(l)); in dumploop()