Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Doptimize.c920 int stdx, nextstdx, astx; in remove_block() local
921 for (stdx = std1; stdx; stdx = nextstdx) { in remove_block()
922 nextstdx = STD_NEXT(stdx); in remove_block()
952 int stdx, nextstdx; in unconditional_branches() local
992 for (stdx = STD_NEXT(0); stdx; stdx = nextstdx) { in unconditional_branches()
993 nextstdx = STD_NEXT(stdx); in unconditional_branches()