Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dcommopt.c2868 int allocast, newallocast; in alloc2ast() local
2882 allocast = STD_AST(std); in alloc2ast()
2883 ast = A_SRCG(allocast); in alloc2ast()
2975 int allocast; in opt_allocate() local
2990 allocast = STD_AST(std); in opt_allocate()
2993 if (is_allocatable_assign(allocast)) { in opt_allocate()
2995 int shape = A_SHAPEG(A_DESTG(allocast)); in opt_allocate()
2999 if (A_TYPEG(allocast) != A_ALLOC) in opt_allocate()
3001 if (A_TKNG(allocast) != TK_ALLOCATE) in opt_allocate()
3003 ast = A_SRCG(allocast); in opt_allocate()
[all …]
H A Dcomm.c96 int *allocast);
98 int *allocast);
1079 *allocast = ast; in temp_gatherx()
1111 *allocast = ast; in temp_copy_section()
1793 int allocast; in emit_copy_section() local
1834 allocstd = add_stmt_before(allocast, header); in emit_copy_section()
1835 A_STDP(allocast, allocstd); in emit_copy_section()
2953 int allocast, allocstd; in emit_gatherx() local
2986 &allocast); in emit_gatherx()
2989 allocstd = add_stmt_before(allocast, header); in emit_gatherx()
[all …]
H A Doptutil.c2415 int allocast = STD_AST(std); in alldefs_allocsafe() local
2417 if (!is_parentof_ast(A_SRCG(allocast), ast)) in alldefs_allocsafe()