Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dcomminvar.c343 int ast, ast1, astcomm, astcont; in hoist_std() local
376 astcomm = A_SRCG(ast); in hoist_std()
378 astcomm = ast; in hoist_std()
379 ft = A_OPT1G(astcomm); in hoist_std()
381 switch (A_TYPEG(astcomm)) { in hoist_std()
417 assert(A_TYPEG(A_SRCG(astcomm)) == A_SUBSCR, in hoist_std()
419 assert(A_TYPEG(A_DESTG(astcomm)) == A_SUBSCR, in hoist_std()
421 if (!ft || !is_invariant(A_SRCG(astcomm)) || in hoist_std()
460 if (!is_invariant(A_SRCG(astcomm))) in hoist_std()
466 ast1 = A_LOPG(astcomm); in hoist_std()
[all …]