Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dfindloop.c96 LP_HEAD(0) = BIH_TO_FG(gbl.entbih); in findloop()
97 LP_TAIL(0) = BIH_TO_FG(opt.exitbih); in findloop()
99 LP_HEAD(0) = BIH_TO_FG(gbl.entbih); in findloop()
926 fgx = BIH_TO_FG(bihx); in convert_loop()
1130 fgx = BIH_TO_FG(bihx); in convert_loop()
1273 fgx = BIH_TO_FG(bihx); in sortloops()
H A Doptimize.h265 #define BIH_TO_FG(i) (i) macro