Home
last modified time | relevance | path

Searched refs:BIH_LABEL (Results 1 – 16 of 16) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dfindloop.c77 getprint(BIH_LABEL(gbl.entbih))); in findloop()
823 getprint((int)BIH_LABEL(gbl.entbih)), BIH_LINENO(FG_TO_BIH(head))); in malformed()
912 if ((label = BIH_LABEL(headbih)) == 0 || RFCNTG(label) != 1) { in convert_loop()
1045 BIH_LABEL(headbih) = SPTR_NULL; /* old head no longer has a label */ in convert_loop()
1053 tmpsptr = BIH_LABEL(headbih); in convert_loop()
1059 BIH_LABEL(headbih) = label; in convert_loop()
1469 opt.nloops, getprint(BIH_LABEL(gbl.entbih))); in dump_loops()
H A Dinduc.c1377 getprint((int)BIH_LABEL(gbl.entbih))); in dump_ind()
1448 lp, getprint((int)BIH_LABEL(gbl.entbih))); in get_loop_count()
H A Doptimize.h267 #define BIH_LABEL(i) FG_LABEL(i) macro
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dbihutil.cpp284 label = BIH_LABEL(nextbih); in merge_bih()
290 BIH_LABEL(nextbih) = SPTR_NULL; in merge_bih()
543 fprintf(ff, fmt, getprint((int)BIH_LABEL(bih))); in dump_one_block()
H A Dexpreg.cpp92 entr = BIH_LABEL(funcbih); /* get the entry symbol */ in reg_assign1()
H A Dexpsmp.cpp301 BIH_LABEL(expb.curbih) = endLabel; in section_create_endblock()
721 BIH_LABEL(expb.curbih) = lab; in addCopyinInplace()
791 BIH_LABEL(expb.curbih) = lab; in makeCopyprivArray_tls()
1790 BIH_LABEL(expb.curbih) = ILM_SymOPND(ilmp, 3); in exp_smp()
1791 ILIBLKP(BIH_LABEL(expb.curbih), expb.curbih); in exp_smp()
1805 BIH_LABEL(expb.curbih) = ILM_SymOPND(ilmp, 3); in exp_smp()
1806 ILIBLKP(BIH_LABEL(expb.curbih), expb.curbih); in exp_smp()
H A Dbih.h164 #define BIH_LABEL(i) bihb.stg_base[i].label macro
H A Dexpand.cpp315 int cur_label = BIH_LABEL(expb.curbih); in expand()
846 if (BIH_LABEL(expb.curbih) != 0 || in exp_label()
851 BIH_LABEL(expb.curbih) = lbl; in exp_label()
856 if (BIH_LABEL(expb.curbih) != 0 || in exp_label()
866 BIH_LABEL(expb.curbih) = lbl; in exp_label()
H A Diltutil.cpp284 BIH_LINENO(bihx), BIH_LABEL(bihx), BIH_ASSN(bihx), BIH_FINDEX(bihx)); in dump_ilt()
H A Dompaccel.cpp465 BIH_LABEL(bihx) = SPTR(endlab); in mk_ompaccel_function_end()
511 BIH_LABEL(bihx) = GBL_CURRFUNC; in mk_ompaccel_function()
518 BIH_LABEL(bihx) = GBL_CURRFUNC; in mk_ompaccel_function()
H A Dexp_ftn.cpp3706 BIH_LABEL(expb.curbih) != 0) { in exp_misc()
3862 if (BIH_LABEL(expb.curbih) && RFCNTG(BIH_LABEL(expb.curbih)) == 0) { in exp_misc()
3863 ILIBLKP(BIH_LABEL(expb.curbih), 0); in exp_misc()
3864 BIH_LABEL(expb.curbih) = SPTR_NULL; in exp_misc()
H A Dmwd.cpp4853 putnsym("label", BIH_LABEL(block)); in db()
4854 if (BIH_LABEL(block)) { in db()
4855 putnzint("rfcnt", RFCNTG(BIH_LABEL(block))); in db()
4856 putbit("vol", VOLG(BIH_LABEL(block))); in db()
H A Dexpatomics.cpp2250 BIH_LABEL(expb.curbih) = label; in exp_atomic_intrinsic()
2920 BIH_LABEL(expb.curbih) = label; in _exp_mp_atomic_update()
H A Doutliner.cpp1996 BIH_LABEL(newbih) = GBL_CURRFUNC; in llvmAddConcurEntryBlk()
H A Dcgmain.cpp1499 else if ((sptr = BIH_LABEL(bih)) && (DEFDG(sptr) || CCSYMG(sptr))) { in schedule()
1518 bihnext && (!BIH_LABEL(bihnext)) && BIH_PAR(bihnext) == BIH_PAR(bih) && in schedule()
1573 const SPTR t_next_bih_label = BIH_LABEL(bihnext); in schedule()
H A Dexp_rte.cpp372 BIH_LABEL(expb.curbih) = sym; in exp_header()