Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Doptimize.c485 FG_MEXITS(headfg) = LP_MEXITS(lpx); in optimize()
811 assert(!LP_MEXITS(lp), "add_loop_exit: multiple exits", lp, 4); in add_single_loop_exit()
H A Dfindloop.c612 if (LP_MEXITS(lp)) in is_tail_aexe()
793 LP_MEXITS(lpx) = mult; in add_lpexit()
1414 LP_MEXITS(i) ? "<mexits>" : "", LP_JMP_TBL(i) ? "<jmp_tbl>" : "", in __dump_loop()
H A Dinvar.c96 if (!LP_MEXITS(lp) && !LP_PARLOOP(lp) && !LP_CS(lp)) { in invariant()
H A Dcomminvar.c187 if (LP_MEXITS(lp)) in hoist_loop()
H A Doptimize.h460 #define LP_MEXITS(i) opt.lpb.stg_base[i].flags.bits.mexits macro
H A Dinduc.c1194 if (LP_MEXITS(lpx)) { in do_branch()
H A Doutconv.c3809 if (LP_MEXITS(lp)) in get_temp_forall2()
5775 if (LP_MEXITS(l)) in hoist_stmt()
H A Ddump.c2207 putbit("mexits", LP_MEXITS(l)); in dumploop()