* gcc.dg/store-motion-fgcse-sm.c (dg-final): Cleanup
[official-gcc.git] / gcc / gimple.h
blob9380211bdd94479ba85601611cfa460bb0d1a522
1 /* Gimple IR definitions.
3 Copyright (C) 2007-2014 Free Software Foundation, Inc.
4 Contributed by Aldy Hernandez <aldyh@redhat.com>
6 This file is part of GCC.
8 GCC is free software; you can redistribute it and/or modify it under
9 the terms of the GNU General Public License as published by the Free
10 Software Foundation; either version 3, or (at your option) any later
11 version.
13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
14 WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 for more details.
18 You should have received a copy of the GNU General Public License
19 along with GCC; see the file COPYING3. If not see
20 <http://www.gnu.org/licenses/>. */
22 #ifndef GCC_GIMPLE_H
23 #define GCC_GIMPLE_H
25 typedef gimple gimple_seq_node;
27 enum gimple_code {
28 #define DEFGSCODE(SYM, STRING, STRUCT) SYM,
29 #include "gimple.def"
30 #undef DEFGSCODE
31 LAST_AND_UNUSED_GIMPLE_CODE
34 extern const char *const gimple_code_name[];
35 extern const unsigned char gimple_rhs_class_table[];
37 /* Error out if a gimple tuple is addressed incorrectly. */
38 #if defined ENABLE_GIMPLE_CHECKING
39 #define gcc_gimple_checking_assert(EXPR) gcc_assert (EXPR)
40 extern void gimple_check_failed (const_gimple, const char *, int, \
41 const char *, enum gimple_code, \
42 enum tree_code) ATTRIBUTE_NORETURN;
44 #define GIMPLE_CHECK(GS, CODE) \
45 do { \
46 const_gimple __gs = (GS); \
47 if (gimple_code (__gs) != (CODE)) \
48 gimple_check_failed (__gs, __FILE__, __LINE__, __FUNCTION__, \
49 (CODE), ERROR_MARK); \
50 } while (0)
51 #else /* not ENABLE_GIMPLE_CHECKING */
52 #define gcc_gimple_checking_assert(EXPR) ((void)(0 && (EXPR)))
53 #define GIMPLE_CHECK(GS, CODE) (void)0
54 #endif
56 /* Class of GIMPLE expressions suitable for the RHS of assignments. See
57 get_gimple_rhs_class. */
58 enum gimple_rhs_class
60 GIMPLE_INVALID_RHS, /* The expression cannot be used on the RHS. */
61 GIMPLE_TERNARY_RHS, /* The expression is a ternary operation. */
62 GIMPLE_BINARY_RHS, /* The expression is a binary operation. */
63 GIMPLE_UNARY_RHS, /* The expression is a unary operation. */
64 GIMPLE_SINGLE_RHS /* The expression is a single object (an SSA
65 name, a _DECL, a _REF, etc. */
68 /* Specific flags for individual GIMPLE statements. These flags are
69 always stored in gimple_statement_base.subcode and they may only be
70 defined for statement codes that do not use subcodes.
72 Values for the masks can overlap as long as the overlapping values
73 are never used in the same statement class.
75 The maximum mask value that can be defined is 1 << 15 (i.e., each
76 statement code can hold up to 16 bitflags).
78 Keep this list sorted. */
79 enum gf_mask {
80 GF_ASM_INPUT = 1 << 0,
81 GF_ASM_VOLATILE = 1 << 1,
82 GF_CALL_FROM_THUNK = 1 << 0,
83 GF_CALL_RETURN_SLOT_OPT = 1 << 1,
84 GF_CALL_TAILCALL = 1 << 2,
85 GF_CALL_VA_ARG_PACK = 1 << 3,
86 GF_CALL_NOTHROW = 1 << 4,
87 GF_CALL_ALLOCA_FOR_VAR = 1 << 5,
88 GF_CALL_INTERNAL = 1 << 6,
89 GF_CALL_CTRL_ALTERING = 1 << 7,
90 GF_CALL_WITH_BOUNDS = 1 << 8,
91 GF_OMP_PARALLEL_COMBINED = 1 << 0,
92 GF_OMP_FOR_KIND_MASK = 7 << 0,
93 GF_OMP_FOR_KIND_FOR = 0,
94 GF_OMP_FOR_KIND_DISTRIBUTE = 1,
95 GF_OMP_FOR_KIND_CILKFOR = 2,
96 /* Flag for SIMD variants of OMP_FOR kinds. */
97 GF_OMP_FOR_SIMD = 1 << 2,
98 GF_OMP_FOR_KIND_SIMD = GF_OMP_FOR_SIMD | 0,
99 GF_OMP_FOR_KIND_CILKSIMD = GF_OMP_FOR_SIMD | 1,
100 GF_OMP_FOR_COMBINED = 1 << 3,
101 GF_OMP_FOR_COMBINED_INTO = 1 << 4,
102 GF_OMP_TARGET_KIND_MASK = (1 << 2) - 1,
103 GF_OMP_TARGET_KIND_REGION = 0,
104 GF_OMP_TARGET_KIND_DATA = 1,
105 GF_OMP_TARGET_KIND_UPDATE = 2,
107 /* True on an GIMPLE_OMP_RETURN statement if the return does not require
108 a thread synchronization via some sort of barrier. The exact barrier
109 that would otherwise be emitted is dependent on the OMP statement with
110 which this return is associated. */
111 GF_OMP_RETURN_NOWAIT = 1 << 0,
113 GF_OMP_SECTION_LAST = 1 << 0,
114 GF_OMP_ATOMIC_NEED_VALUE = 1 << 0,
115 GF_OMP_ATOMIC_SEQ_CST = 1 << 1,
116 GF_PREDICT_TAKEN = 1 << 15
119 /* Currently, there are only two types of gimple debug stmt. Others are
120 envisioned, for example, to enable the generation of is_stmt notes
121 in line number information, to mark sequence points, etc. This
122 subcode is to be used to tell them apart. */
123 enum gimple_debug_subcode {
124 GIMPLE_DEBUG_BIND = 0,
125 GIMPLE_DEBUG_SOURCE_BIND = 1
128 /* Masks for selecting a pass local flag (PLF) to work on. These
129 masks are used by gimple_set_plf and gimple_plf. */
130 enum plf_mask {
131 GF_PLF_1 = 1 << 0,
132 GF_PLF_2 = 1 << 1
135 /* Data structure definitions for GIMPLE tuples. NOTE: word markers
136 are for 64 bit hosts. */
138 struct GTY((desc ("gimple_statement_structure (&%h)"), tag ("GSS_BASE"),
139 chain_next ("%h.next"), variable_size))
140 gimple_statement_base
142 /* [ WORD 1 ]
143 Main identifying code for a tuple. */
144 ENUM_BITFIELD(gimple_code) code : 8;
146 /* Nonzero if a warning should not be emitted on this tuple. */
147 unsigned int no_warning : 1;
149 /* Nonzero if this tuple has been visited. Passes are responsible
150 for clearing this bit before using it. */
151 unsigned int visited : 1;
153 /* Nonzero if this tuple represents a non-temporal move. */
154 unsigned int nontemporal_move : 1;
156 /* Pass local flags. These flags are free for any pass to use as
157 they see fit. Passes should not assume that these flags contain
158 any useful value when the pass starts. Any initial state that
159 the pass requires should be set on entry to the pass. See
160 gimple_set_plf and gimple_plf for usage. */
161 unsigned int plf : 2;
163 /* Nonzero if this statement has been modified and needs to have its
164 operands rescanned. */
165 unsigned modified : 1;
167 /* Nonzero if this statement contains volatile operands. */
168 unsigned has_volatile_ops : 1;
170 /* Padding to get subcode to 16 bit alignment. */
171 unsigned pad : 1;
173 /* The SUBCODE field can be used for tuple-specific flags for tuples
174 that do not require subcodes. Note that SUBCODE should be at
175 least as wide as tree codes, as several tuples store tree codes
176 in there. */
177 unsigned int subcode : 16;
179 /* UID of this statement. This is used by passes that want to
180 assign IDs to statements. It must be assigned and used by each
181 pass. By default it should be assumed to contain garbage. */
182 unsigned uid;
184 /* [ WORD 2 ]
185 Locus information for debug info. */
186 location_t location;
188 /* Number of operands in this tuple. */
189 unsigned num_ops;
191 /* [ WORD 3 ]
192 Basic block holding this statement. */
193 basic_block bb;
195 /* [ WORD 4-5 ]
196 Linked lists of gimple statements. The next pointers form
197 a NULL terminated list, the prev pointers are a cyclic list.
198 A gimple statement is hence also a double-ended list of
199 statements, with the pointer itself being the first element,
200 and the prev pointer being the last. */
201 gimple next;
202 gimple GTY((skip)) prev;
206 /* Base structure for tuples with operands. */
208 /* This gimple subclass has no tag value. */
209 struct GTY(())
210 gimple_statement_with_ops_base : public gimple_statement_base
212 /* [ WORD 1-6 ] : base class */
214 /* [ WORD 7 ]
215 SSA operand vectors. NOTE: It should be possible to
216 amalgamate these vectors with the operand vector OP. However,
217 the SSA operand vectors are organized differently and contain
218 more information (like immediate use chaining). */
219 struct use_optype_d GTY((skip (""))) *use_ops;
223 /* Statements that take register operands. */
225 struct GTY((tag("GSS_WITH_OPS")))
226 gimple_statement_with_ops : public gimple_statement_with_ops_base
228 /* [ WORD 1-7 ] : base class */
230 /* [ WORD 8 ]
231 Operand vector. NOTE! This must always be the last field
232 of this structure. In particular, this means that this
233 structure cannot be embedded inside another one. */
234 tree GTY((length ("%h.num_ops"))) op[1];
238 /* Base for statements that take both memory and register operands. */
240 struct GTY((tag("GSS_WITH_MEM_OPS_BASE")))
241 gimple_statement_with_memory_ops_base : public gimple_statement_with_ops_base
243 /* [ WORD 1-7 ] : base class */
245 /* [ WORD 8-9 ]
246 Virtual operands for this statement. The GC will pick them
247 up via the ssa_names array. */
248 tree GTY((skip (""))) vdef;
249 tree GTY((skip (""))) vuse;
253 /* Statements that take both memory and register operands. */
255 struct GTY((tag("GSS_WITH_MEM_OPS")))
256 gimple_statement_with_memory_ops :
257 public gimple_statement_with_memory_ops_base
259 /* [ WORD 1-9 ] : base class */
261 /* [ WORD 10 ]
262 Operand vector. NOTE! This must always be the last field
263 of this structure. In particular, this means that this
264 structure cannot be embedded inside another one. */
265 tree GTY((length ("%h.num_ops"))) op[1];
269 /* Call statements that take both memory and register operands. */
271 struct GTY((tag("GSS_CALL")))
272 gcall : public gimple_statement_with_memory_ops_base
274 /* [ WORD 1-9 ] : base class */
276 /* [ WORD 10-13 ] */
277 struct pt_solution call_used;
278 struct pt_solution call_clobbered;
280 /* [ WORD 14 ] */
281 union GTY ((desc ("%1.subcode & GF_CALL_INTERNAL"))) {
282 tree GTY ((tag ("0"))) fntype;
283 enum internal_fn GTY ((tag ("GF_CALL_INTERNAL"))) internal_fn;
284 } u;
286 /* [ WORD 15 ]
287 Operand vector. NOTE! This must always be the last field
288 of this structure. In particular, this means that this
289 structure cannot be embedded inside another one. */
290 tree GTY((length ("%h.num_ops"))) op[1];
294 /* OpenMP statements (#pragma omp). */
296 struct GTY((tag("GSS_OMP")))
297 gimple_statement_omp : public gimple_statement_base
299 /* [ WORD 1-6 ] : base class */
301 /* [ WORD 7 ] */
302 gimple_seq body;
306 /* GIMPLE_BIND */
308 struct GTY((tag("GSS_BIND")))
309 gbind : public gimple_statement_base
311 /* [ WORD 1-6 ] : base class */
313 /* [ WORD 7 ]
314 Variables declared in this scope. */
315 tree vars;
317 /* [ WORD 8 ]
318 This is different than the BLOCK field in gimple_statement_base,
319 which is analogous to TREE_BLOCK (i.e., the lexical block holding
320 this statement). This field is the equivalent of BIND_EXPR_BLOCK
321 in tree land (i.e., the lexical scope defined by this bind). See
322 gimple-low.c. */
323 tree block;
325 /* [ WORD 9 ] */
326 gimple_seq body;
330 /* GIMPLE_CATCH */
332 struct GTY((tag("GSS_CATCH")))
333 gcatch : public gimple_statement_base
335 /* [ WORD 1-6 ] : base class */
337 /* [ WORD 7 ] */
338 tree types;
340 /* [ WORD 8 ] */
341 gimple_seq handler;
345 /* GIMPLE_EH_FILTER */
347 struct GTY((tag("GSS_EH_FILTER")))
348 geh_filter : public gimple_statement_base
350 /* [ WORD 1-6 ] : base class */
352 /* [ WORD 7 ]
353 Filter types. */
354 tree types;
356 /* [ WORD 8 ]
357 Failure actions. */
358 gimple_seq failure;
361 /* GIMPLE_EH_ELSE */
363 struct GTY((tag("GSS_EH_ELSE")))
364 geh_else : public gimple_statement_base
366 /* [ WORD 1-6 ] : base class */
368 /* [ WORD 7,8 ] */
369 gimple_seq n_body, e_body;
372 /* GIMPLE_EH_MUST_NOT_THROW */
374 struct GTY((tag("GSS_EH_MNT")))
375 geh_mnt : public gimple_statement_base
377 /* [ WORD 1-6 ] : base class */
379 /* [ WORD 7 ] Abort function decl. */
380 tree fndecl;
383 /* GIMPLE_PHI */
385 struct GTY((tag("GSS_PHI")))
386 gphi : public gimple_statement_base
388 /* [ WORD 1-6 ] : base class */
390 /* [ WORD 7 ] */
391 unsigned capacity;
392 unsigned nargs;
394 /* [ WORD 8 ] */
395 tree result;
397 /* [ WORD 9 ] */
398 struct phi_arg_d GTY ((length ("%h.nargs"))) args[1];
402 /* GIMPLE_RESX, GIMPLE_EH_DISPATCH */
404 struct GTY((tag("GSS_EH_CTRL")))
405 gimple_statement_eh_ctrl : public gimple_statement_base
407 /* [ WORD 1-6 ] : base class */
409 /* [ WORD 7 ]
410 Exception region number. */
411 int region;
414 struct GTY((tag("GSS_EH_CTRL")))
415 gresx : public gimple_statement_eh_ctrl
417 /* No extra fields; adds invariant:
418 stmt->code == GIMPLE_RESX. */
421 struct GTY((tag("GSS_EH_CTRL")))
422 geh_dispatch : public gimple_statement_eh_ctrl
424 /* No extra fields; adds invariant:
425 stmt->code == GIMPLE_EH_DISPATH. */
429 /* GIMPLE_TRY */
431 struct GTY((tag("GSS_TRY")))
432 gtry : public gimple_statement_base
434 /* [ WORD 1-6 ] : base class */
436 /* [ WORD 7 ]
437 Expression to evaluate. */
438 gimple_seq eval;
440 /* [ WORD 8 ]
441 Cleanup expression. */
442 gimple_seq cleanup;
445 /* Kind of GIMPLE_TRY statements. */
446 enum gimple_try_flags
448 /* A try/catch. */
449 GIMPLE_TRY_CATCH = 1 << 0,
451 /* A try/finally. */
452 GIMPLE_TRY_FINALLY = 1 << 1,
453 GIMPLE_TRY_KIND = GIMPLE_TRY_CATCH | GIMPLE_TRY_FINALLY,
455 /* Analogous to TRY_CATCH_IS_CLEANUP. */
456 GIMPLE_TRY_CATCH_IS_CLEANUP = 1 << 2
459 /* GIMPLE_WITH_CLEANUP_EXPR */
461 struct GTY((tag("GSS_WCE")))
462 gimple_statement_wce : public gimple_statement_base
464 /* [ WORD 1-6 ] : base class */
466 /* Subcode: CLEANUP_EH_ONLY. True if the cleanup should only be
467 executed if an exception is thrown, not on normal exit of its
468 scope. This flag is analogous to the CLEANUP_EH_ONLY flag
469 in TARGET_EXPRs. */
471 /* [ WORD 7 ]
472 Cleanup expression. */
473 gimple_seq cleanup;
477 /* GIMPLE_ASM */
479 struct GTY((tag("GSS_ASM")))
480 gasm : public gimple_statement_with_memory_ops_base
482 /* [ WORD 1-9 ] : base class */
484 /* [ WORD 10 ]
485 __asm__ statement. */
486 const char *string;
488 /* [ WORD 11 ]
489 Number of inputs, outputs, clobbers, labels. */
490 unsigned char ni;
491 unsigned char no;
492 unsigned char nc;
493 unsigned char nl;
495 /* [ WORD 12 ]
496 Operand vector. NOTE! This must always be the last field
497 of this structure. In particular, this means that this
498 structure cannot be embedded inside another one. */
499 tree GTY((length ("%h.num_ops"))) op[1];
502 /* GIMPLE_OMP_CRITICAL */
504 struct GTY((tag("GSS_OMP_CRITICAL")))
505 gomp_critical : public gimple_statement_omp
507 /* [ WORD 1-7 ] : base class */
509 /* [ WORD 8 ]
510 Critical section name. */
511 tree name;
515 struct GTY(()) gimple_omp_for_iter {
516 /* Condition code. */
517 enum tree_code cond;
519 /* Index variable. */
520 tree index;
522 /* Initial value. */
523 tree initial;
525 /* Final value. */
526 tree final;
528 /* Increment. */
529 tree incr;
532 /* GIMPLE_OMP_FOR */
534 struct GTY((tag("GSS_OMP_FOR")))
535 gomp_for : public gimple_statement_omp
537 /* [ WORD 1-7 ] : base class */
539 /* [ WORD 8 ] */
540 tree clauses;
542 /* [ WORD 9 ]
543 Number of elements in iter array. */
544 size_t collapse;
546 /* [ WORD 10 ] */
547 struct gimple_omp_for_iter * GTY((length ("%h.collapse"))) iter;
549 /* [ WORD 11 ]
550 Pre-body evaluated before the loop body begins. */
551 gimple_seq pre_body;
555 /* GIMPLE_OMP_PARALLEL, GIMPLE_OMP_TARGET */
556 struct GTY((tag("GSS_OMP_PARALLEL_LAYOUT")))
557 gimple_statement_omp_parallel_layout : public gimple_statement_omp
559 /* [ WORD 1-7 ] : base class */
561 /* [ WORD 8 ]
562 Clauses. */
563 tree clauses;
565 /* [ WORD 9 ]
566 Child function holding the body of the parallel region. */
567 tree child_fn;
569 /* [ WORD 10 ]
570 Shared data argument. */
571 tree data_arg;
574 /* GIMPLE_OMP_PARALLEL or GIMPLE_TASK */
575 struct GTY((tag("GSS_OMP_PARALLEL_LAYOUT")))
576 gimple_statement_omp_taskreg : public gimple_statement_omp_parallel_layout
578 /* No extra fields; adds invariant:
579 stmt->code == GIMPLE_OMP_PARALLEL
580 || stmt->code == GIMPLE_OMP_TASK. */
584 /* GIMPLE_OMP_PARALLEL */
585 struct GTY((tag("GSS_OMP_PARALLEL_LAYOUT")))
586 gomp_parallel : public gimple_statement_omp_taskreg
588 /* No extra fields; adds invariant:
589 stmt->code == GIMPLE_OMP_PARALLEL. */
592 struct GTY((tag("GSS_OMP_PARALLEL_LAYOUT")))
593 gomp_target : public gimple_statement_omp_parallel_layout
595 /* No extra fields; adds invariant:
596 stmt->code == GIMPLE_OMP_TARGET. */
599 /* GIMPLE_OMP_TASK */
601 struct GTY((tag("GSS_OMP_TASK")))
602 gomp_task : public gimple_statement_omp_taskreg
604 /* [ WORD 1-10 ] : base class */
606 /* [ WORD 11 ]
607 Child function holding firstprivate initialization if needed. */
608 tree copy_fn;
610 /* [ WORD 12-13 ]
611 Size and alignment in bytes of the argument data block. */
612 tree arg_size;
613 tree arg_align;
617 /* GIMPLE_OMP_SECTION */
618 /* Uses struct gimple_statement_omp. */
621 /* GIMPLE_OMP_SECTIONS */
623 struct GTY((tag("GSS_OMP_SECTIONS")))
624 gomp_sections : public gimple_statement_omp
626 /* [ WORD 1-7 ] : base class */
628 /* [ WORD 8 ] */
629 tree clauses;
631 /* [ WORD 9 ]
632 The control variable used for deciding which of the sections to
633 execute. */
634 tree control;
637 /* GIMPLE_OMP_CONTINUE.
639 Note: This does not inherit from gimple_statement_omp, because we
640 do not need the body field. */
642 struct GTY((tag("GSS_OMP_CONTINUE")))
643 gomp_continue : public gimple_statement_base
645 /* [ WORD 1-6 ] : base class */
647 /* [ WORD 7 ] */
648 tree control_def;
650 /* [ WORD 8 ] */
651 tree control_use;
654 /* GIMPLE_OMP_SINGLE, GIMPLE_OMP_TEAMS */
656 struct GTY((tag("GSS_OMP_SINGLE_LAYOUT")))
657 gimple_statement_omp_single_layout : public gimple_statement_omp
659 /* [ WORD 1-7 ] : base class */
661 /* [ WORD 7 ] */
662 tree clauses;
665 struct GTY((tag("GSS_OMP_SINGLE_LAYOUT")))
666 gomp_single : public gimple_statement_omp_single_layout
668 /* No extra fields; adds invariant:
669 stmt->code == GIMPLE_OMP_SINGLE. */
672 struct GTY((tag("GSS_OMP_SINGLE_LAYOUT")))
673 gomp_teams : public gimple_statement_omp_single_layout
675 /* No extra fields; adds invariant:
676 stmt->code == GIMPLE_OMP_TEAMS. */
680 /* GIMPLE_OMP_ATOMIC_LOAD.
681 Note: This is based on gimple_statement_base, not g_s_omp, because g_s_omp
682 contains a sequence, which we don't need here. */
684 struct GTY((tag("GSS_OMP_ATOMIC_LOAD")))
685 gomp_atomic_load : public gimple_statement_base
687 /* [ WORD 1-6 ] : base class */
689 /* [ WORD 7-8 ] */
690 tree rhs, lhs;
693 /* GIMPLE_OMP_ATOMIC_STORE.
694 See note on GIMPLE_OMP_ATOMIC_LOAD. */
696 struct GTY((tag("GSS_OMP_ATOMIC_STORE_LAYOUT")))
697 gimple_statement_omp_atomic_store_layout : public gimple_statement_base
699 /* [ WORD 1-6 ] : base class */
701 /* [ WORD 7 ] */
702 tree val;
705 struct GTY((tag("GSS_OMP_ATOMIC_STORE_LAYOUT")))
706 gomp_atomic_store :
707 public gimple_statement_omp_atomic_store_layout
709 /* No extra fields; adds invariant:
710 stmt->code == GIMPLE_OMP_ATOMIC_STORE. */
713 struct GTY((tag("GSS_OMP_ATOMIC_STORE_LAYOUT")))
714 gimple_statement_omp_return :
715 public gimple_statement_omp_atomic_store_layout
717 /* No extra fields; adds invariant:
718 stmt->code == GIMPLE_OMP_RETURN. */
721 /* GIMPLE_TRANSACTION. */
723 /* Bits to be stored in the GIMPLE_TRANSACTION subcode. */
725 /* The __transaction_atomic was declared [[outer]] or it is
726 __transaction_relaxed. */
727 #define GTMA_IS_OUTER (1u << 0)
728 #define GTMA_IS_RELAXED (1u << 1)
729 #define GTMA_DECLARATION_MASK (GTMA_IS_OUTER | GTMA_IS_RELAXED)
731 /* The transaction is seen to not have an abort. */
732 #define GTMA_HAVE_ABORT (1u << 2)
733 /* The transaction is seen to have loads or stores. */
734 #define GTMA_HAVE_LOAD (1u << 3)
735 #define GTMA_HAVE_STORE (1u << 4)
736 /* The transaction MAY enter serial irrevocable mode in its dynamic scope. */
737 #define GTMA_MAY_ENTER_IRREVOCABLE (1u << 5)
738 /* The transaction WILL enter serial irrevocable mode.
739 An irrevocable block post-dominates the entire transaction, such
740 that all invocations of the transaction will go serial-irrevocable.
741 In such case, we don't bother instrumenting the transaction, and
742 tell the runtime that it should begin the transaction in
743 serial-irrevocable mode. */
744 #define GTMA_DOES_GO_IRREVOCABLE (1u << 6)
745 /* The transaction contains no instrumentation code whatsover, most
746 likely because it is guaranteed to go irrevocable upon entry. */
747 #define GTMA_HAS_NO_INSTRUMENTATION (1u << 7)
749 struct GTY((tag("GSS_TRANSACTION")))
750 gtransaction : public gimple_statement_with_memory_ops_base
752 /* [ WORD 1-9 ] : base class */
754 /* [ WORD 10 ] */
755 gimple_seq body;
757 /* [ WORD 11 ] */
758 tree label;
761 #define DEFGSSTRUCT(SYM, STRUCT, HAS_TREE_OP) SYM,
762 enum gimple_statement_structure_enum {
763 #include "gsstruct.def"
764 LAST_GSS_ENUM
766 #undef DEFGSSTRUCT
768 /* A statement with the invariant that
769 stmt->code == GIMPLE_COND
770 i.e. a conditional jump statement. */
772 struct GTY((tag("GSS_WITH_OPS")))
773 gcond : public gimple_statement_with_ops
775 /* no additional fields; this uses the layout for GSS_WITH_OPS. */
778 /* A statement with the invariant that
779 stmt->code == GIMPLE_DEBUG
780 i.e. a debug statement. */
782 struct GTY((tag("GSS_WITH_OPS")))
783 gdebug : public gimple_statement_with_ops
785 /* no additional fields; this uses the layout for GSS_WITH_OPS. */
788 /* A statement with the invariant that
789 stmt->code == GIMPLE_GOTO
790 i.e. a goto statement. */
792 struct GTY((tag("GSS_WITH_OPS")))
793 ggoto : public gimple_statement_with_ops
795 /* no additional fields; this uses the layout for GSS_WITH_OPS. */
798 /* A statement with the invariant that
799 stmt->code == GIMPLE_LABEL
800 i.e. a label statement. */
802 struct GTY((tag("GSS_WITH_OPS")))
803 glabel : public gimple_statement_with_ops
805 /* no additional fields; this uses the layout for GSS_WITH_OPS. */
808 /* A statement with the invariant that
809 stmt->code == GIMPLE_SWITCH
810 i.e. a switch statement. */
812 struct GTY((tag("GSS_WITH_OPS")))
813 gswitch : public gimple_statement_with_ops
815 /* no additional fields; this uses the layout for GSS_WITH_OPS. */
818 /* A statement with the invariant that
819 stmt->code == GIMPLE_ASSIGN
820 i.e. an assignment statement. */
822 struct GTY((tag("GSS_WITH_MEM_OPS")))
823 gassign : public gimple_statement_with_memory_ops
825 /* no additional fields; this uses the layout for GSS_WITH_MEM_OPS. */
828 /* A statement with the invariant that
829 stmt->code == GIMPLE_RETURN
830 i.e. a return statement. */
832 struct GTY((tag("GSS_WITH_MEM_OPS")))
833 greturn : public gimple_statement_with_memory_ops
835 /* no additional fields; this uses the layout for GSS_WITH_MEM_OPS. */
838 template <>
839 template <>
840 inline bool
841 is_a_helper <gasm *>::test (gimple gs)
843 return gs->code == GIMPLE_ASM;
846 template <>
847 template <>
848 inline bool
849 is_a_helper <gassign *>::test (gimple gs)
851 return gs->code == GIMPLE_ASSIGN;
854 template <>
855 template <>
856 inline bool
857 is_a_helper <gbind *>::test (gimple gs)
859 return gs->code == GIMPLE_BIND;
862 template <>
863 template <>
864 inline bool
865 is_a_helper <gcall *>::test (gimple gs)
867 return gs->code == GIMPLE_CALL;
870 template <>
871 template <>
872 inline bool
873 is_a_helper <gcatch *>::test (gimple gs)
875 return gs->code == GIMPLE_CATCH;
878 template <>
879 template <>
880 inline bool
881 is_a_helper <gcond *>::test (gimple gs)
883 return gs->code == GIMPLE_COND;
886 template <>
887 template <>
888 inline bool
889 is_a_helper <gdebug *>::test (gimple gs)
891 return gs->code == GIMPLE_DEBUG;
894 template <>
895 template <>
896 inline bool
897 is_a_helper <ggoto *>::test (gimple gs)
899 return gs->code == GIMPLE_GOTO;
902 template <>
903 template <>
904 inline bool
905 is_a_helper <glabel *>::test (gimple gs)
907 return gs->code == GIMPLE_LABEL;
910 template <>
911 template <>
912 inline bool
913 is_a_helper <gresx *>::test (gimple gs)
915 return gs->code == GIMPLE_RESX;
918 template <>
919 template <>
920 inline bool
921 is_a_helper <geh_dispatch *>::test (gimple gs)
923 return gs->code == GIMPLE_EH_DISPATCH;
926 template <>
927 template <>
928 inline bool
929 is_a_helper <geh_else *>::test (gimple gs)
931 return gs->code == GIMPLE_EH_ELSE;
934 template <>
935 template <>
936 inline bool
937 is_a_helper <geh_filter *>::test (gimple gs)
939 return gs->code == GIMPLE_EH_FILTER;
942 template <>
943 template <>
944 inline bool
945 is_a_helper <geh_mnt *>::test (gimple gs)
947 return gs->code == GIMPLE_EH_MUST_NOT_THROW;
950 template <>
951 template <>
952 inline bool
953 is_a_helper <gomp_atomic_load *>::test (gimple gs)
955 return gs->code == GIMPLE_OMP_ATOMIC_LOAD;
958 template <>
959 template <>
960 inline bool
961 is_a_helper <gomp_atomic_store *>::test (gimple gs)
963 return gs->code == GIMPLE_OMP_ATOMIC_STORE;
966 template <>
967 template <>
968 inline bool
969 is_a_helper <gimple_statement_omp_return *>::test (gimple gs)
971 return gs->code == GIMPLE_OMP_RETURN;
974 template <>
975 template <>
976 inline bool
977 is_a_helper <gomp_continue *>::test (gimple gs)
979 return gs->code == GIMPLE_OMP_CONTINUE;
982 template <>
983 template <>
984 inline bool
985 is_a_helper <gomp_critical *>::test (gimple gs)
987 return gs->code == GIMPLE_OMP_CRITICAL;
990 template <>
991 template <>
992 inline bool
993 is_a_helper <gomp_for *>::test (gimple gs)
995 return gs->code == GIMPLE_OMP_FOR;
998 template <>
999 template <>
1000 inline bool
1001 is_a_helper <gimple_statement_omp_taskreg *>::test (gimple gs)
1003 return gs->code == GIMPLE_OMP_PARALLEL || gs->code == GIMPLE_OMP_TASK;
1006 template <>
1007 template <>
1008 inline bool
1009 is_a_helper <gomp_parallel *>::test (gimple gs)
1011 return gs->code == GIMPLE_OMP_PARALLEL;
1014 template <>
1015 template <>
1016 inline bool
1017 is_a_helper <gomp_target *>::test (gimple gs)
1019 return gs->code == GIMPLE_OMP_TARGET;
1022 template <>
1023 template <>
1024 inline bool
1025 is_a_helper <gomp_sections *>::test (gimple gs)
1027 return gs->code == GIMPLE_OMP_SECTIONS;
1030 template <>
1031 template <>
1032 inline bool
1033 is_a_helper <gomp_single *>::test (gimple gs)
1035 return gs->code == GIMPLE_OMP_SINGLE;
1038 template <>
1039 template <>
1040 inline bool
1041 is_a_helper <gomp_teams *>::test (gimple gs)
1043 return gs->code == GIMPLE_OMP_TEAMS;
1046 template <>
1047 template <>
1048 inline bool
1049 is_a_helper <gomp_task *>::test (gimple gs)
1051 return gs->code == GIMPLE_OMP_TASK;
1054 template <>
1055 template <>
1056 inline bool
1057 is_a_helper <gphi *>::test (gimple gs)
1059 return gs->code == GIMPLE_PHI;
1062 template <>
1063 template <>
1064 inline bool
1065 is_a_helper <greturn *>::test (gimple gs)
1067 return gs->code == GIMPLE_RETURN;
1070 template <>
1071 template <>
1072 inline bool
1073 is_a_helper <gswitch *>::test (gimple gs)
1075 return gs->code == GIMPLE_SWITCH;
1078 template <>
1079 template <>
1080 inline bool
1081 is_a_helper <gtransaction *>::test (gimple gs)
1083 return gs->code == GIMPLE_TRANSACTION;
1086 template <>
1087 template <>
1088 inline bool
1089 is_a_helper <gtry *>::test (gimple gs)
1091 return gs->code == GIMPLE_TRY;
1094 template <>
1095 template <>
1096 inline bool
1097 is_a_helper <gimple_statement_wce *>::test (gimple gs)
1099 return gs->code == GIMPLE_WITH_CLEANUP_EXPR;
1102 template <>
1103 template <>
1104 inline bool
1105 is_a_helper <const gasm *>::test (const_gimple gs)
1107 return gs->code == GIMPLE_ASM;
1110 template <>
1111 template <>
1112 inline bool
1113 is_a_helper <const gbind *>::test (const_gimple gs)
1115 return gs->code == GIMPLE_BIND;
1118 template <>
1119 template <>
1120 inline bool
1121 is_a_helper <const gcall *>::test (const_gimple gs)
1123 return gs->code == GIMPLE_CALL;
1126 template <>
1127 template <>
1128 inline bool
1129 is_a_helper <const gcatch *>::test (const_gimple gs)
1131 return gs->code == GIMPLE_CATCH;
1134 template <>
1135 template <>
1136 inline bool
1137 is_a_helper <const gresx *>::test (const_gimple gs)
1139 return gs->code == GIMPLE_RESX;
1142 template <>
1143 template <>
1144 inline bool
1145 is_a_helper <const geh_dispatch *>::test (const_gimple gs)
1147 return gs->code == GIMPLE_EH_DISPATCH;
1150 template <>
1151 template <>
1152 inline bool
1153 is_a_helper <const geh_filter *>::test (const_gimple gs)
1155 return gs->code == GIMPLE_EH_FILTER;
1158 template <>
1159 template <>
1160 inline bool
1161 is_a_helper <const gomp_atomic_load *>::test (const_gimple gs)
1163 return gs->code == GIMPLE_OMP_ATOMIC_LOAD;
1166 template <>
1167 template <>
1168 inline bool
1169 is_a_helper <const gomp_atomic_store *>::test (const_gimple gs)
1171 return gs->code == GIMPLE_OMP_ATOMIC_STORE;
1174 template <>
1175 template <>
1176 inline bool
1177 is_a_helper <const gimple_statement_omp_return *>::test (const_gimple gs)
1179 return gs->code == GIMPLE_OMP_RETURN;
1182 template <>
1183 template <>
1184 inline bool
1185 is_a_helper <const gomp_continue *>::test (const_gimple gs)
1187 return gs->code == GIMPLE_OMP_CONTINUE;
1190 template <>
1191 template <>
1192 inline bool
1193 is_a_helper <const gomp_critical *>::test (const_gimple gs)
1195 return gs->code == GIMPLE_OMP_CRITICAL;
1198 template <>
1199 template <>
1200 inline bool
1201 is_a_helper <const gomp_for *>::test (const_gimple gs)
1203 return gs->code == GIMPLE_OMP_FOR;
1206 template <>
1207 template <>
1208 inline bool
1209 is_a_helper <const gimple_statement_omp_taskreg *>::test (const_gimple gs)
1211 return gs->code == GIMPLE_OMP_PARALLEL || gs->code == GIMPLE_OMP_TASK;
1214 template <>
1215 template <>
1216 inline bool
1217 is_a_helper <const gomp_parallel *>::test (const_gimple gs)
1219 return gs->code == GIMPLE_OMP_PARALLEL;
1222 template <>
1223 template <>
1224 inline bool
1225 is_a_helper <const gomp_target *>::test (const_gimple gs)
1227 return gs->code == GIMPLE_OMP_TARGET;
1230 template <>
1231 template <>
1232 inline bool
1233 is_a_helper <const gomp_sections *>::test (const_gimple gs)
1235 return gs->code == GIMPLE_OMP_SECTIONS;
1238 template <>
1239 template <>
1240 inline bool
1241 is_a_helper <const gomp_single *>::test (const_gimple gs)
1243 return gs->code == GIMPLE_OMP_SINGLE;
1246 template <>
1247 template <>
1248 inline bool
1249 is_a_helper <const gomp_teams *>::test (const_gimple gs)
1251 return gs->code == GIMPLE_OMP_TEAMS;
1254 template <>
1255 template <>
1256 inline bool
1257 is_a_helper <const gomp_task *>::test (const_gimple gs)
1259 return gs->code == GIMPLE_OMP_TASK;
1262 template <>
1263 template <>
1264 inline bool
1265 is_a_helper <const gphi *>::test (const_gimple gs)
1267 return gs->code == GIMPLE_PHI;
1270 template <>
1271 template <>
1272 inline bool
1273 is_a_helper <const gtransaction *>::test (const_gimple gs)
1275 return gs->code == GIMPLE_TRANSACTION;
1278 /* Offset in bytes to the location of the operand vector.
1279 Zero if there is no operand vector for this tuple structure. */
1280 extern size_t const gimple_ops_offset_[];
1282 /* Map GIMPLE codes to GSS codes. */
1283 extern enum gimple_statement_structure_enum const gss_for_code_[];
1285 /* This variable holds the currently expanded gimple statement for purposes
1286 of comminucating the profile info to the builtin expanders. */
1287 extern gimple currently_expanding_gimple_stmt;
1289 #define gimple_alloc(c, n) gimple_alloc_stat (c, n MEM_STAT_INFO)
1290 gimple gimple_alloc_stat (enum gimple_code, unsigned MEM_STAT_DECL);
1291 greturn *gimple_build_return (tree);
1292 void gimple_call_reset_alias_info (gcall *);
1293 gcall *gimple_build_call_vec (tree, vec<tree> );
1294 gcall *gimple_build_call (tree, unsigned, ...);
1295 gcall *gimple_build_call_valist (tree, unsigned, va_list);
1296 gcall *gimple_build_call_internal (enum internal_fn, unsigned, ...);
1297 gcall *gimple_build_call_internal_vec (enum internal_fn, vec<tree> );
1298 gcall *gimple_build_call_from_tree (tree);
1299 gassign *gimple_build_assign_stat (tree, tree MEM_STAT_DECL);
1300 #define gimple_build_assign(l,r) gimple_build_assign_stat (l, r MEM_STAT_INFO)
1301 gassign *gimple_build_assign_with_ops (enum tree_code, tree,
1302 tree, tree, tree CXX_MEM_STAT_INFO);
1303 gassign *gimple_build_assign_with_ops (enum tree_code, tree,
1304 tree, tree CXX_MEM_STAT_INFO);
1305 gassign *gimple_build_assign_with_ops (enum tree_code, tree,
1306 tree CXX_MEM_STAT_INFO);
1307 gcond *gimple_build_cond (enum tree_code, tree, tree, tree, tree);
1308 gcond *gimple_build_cond_from_tree (tree, tree, tree);
1309 void gimple_cond_set_condition_from_tree (gcond *, tree);
1310 glabel *gimple_build_label (tree label);
1311 ggoto *gimple_build_goto (tree dest);
1312 gimple gimple_build_nop (void);
1313 gbind *gimple_build_bind (tree, gimple_seq, tree);
1314 gasm *gimple_build_asm_vec (const char *, vec<tree, va_gc> *,
1315 vec<tree, va_gc> *, vec<tree, va_gc> *,
1316 vec<tree, va_gc> *);
1317 gcatch *gimple_build_catch (tree, gimple_seq);
1318 geh_filter *gimple_build_eh_filter (tree, gimple_seq);
1319 geh_mnt *gimple_build_eh_must_not_throw (tree);
1320 geh_else *gimple_build_eh_else (gimple_seq, gimple_seq);
1321 gtry *gimple_build_try (gimple_seq, gimple_seq,
1322 enum gimple_try_flags);
1323 gimple gimple_build_wce (gimple_seq);
1324 gresx *gimple_build_resx (int);
1325 gswitch *gimple_build_switch_nlabels (unsigned, tree, tree);
1326 gswitch *gimple_build_switch (tree, tree, vec<tree> );
1327 geh_dispatch *gimple_build_eh_dispatch (int);
1328 gdebug *gimple_build_debug_bind_stat (tree, tree, gimple MEM_STAT_DECL);
1329 #define gimple_build_debug_bind(var,val,stmt) \
1330 gimple_build_debug_bind_stat ((var), (val), (stmt) MEM_STAT_INFO)
1331 gdebug *gimple_build_debug_source_bind_stat (tree, tree, gimple MEM_STAT_DECL);
1332 #define gimple_build_debug_source_bind(var,val,stmt) \
1333 gimple_build_debug_source_bind_stat ((var), (val), (stmt) MEM_STAT_INFO)
1334 gomp_critical *gimple_build_omp_critical (gimple_seq, tree);
1335 gomp_for *gimple_build_omp_for (gimple_seq, int, tree, size_t, gimple_seq);
1336 gomp_parallel *gimple_build_omp_parallel (gimple_seq, tree, tree, tree);
1337 gomp_task *gimple_build_omp_task (gimple_seq, tree, tree, tree, tree,
1338 tree, tree);
1339 gimple gimple_build_omp_section (gimple_seq);
1340 gimple gimple_build_omp_master (gimple_seq);
1341 gimple gimple_build_omp_taskgroup (gimple_seq);
1342 gomp_continue *gimple_build_omp_continue (tree, tree);
1343 gimple gimple_build_omp_ordered (gimple_seq);
1344 gimple gimple_build_omp_return (bool);
1345 gomp_sections *gimple_build_omp_sections (gimple_seq, tree);
1346 gimple gimple_build_omp_sections_switch (void);
1347 gomp_single *gimple_build_omp_single (gimple_seq, tree);
1348 gomp_target *gimple_build_omp_target (gimple_seq, int, tree);
1349 gomp_teams *gimple_build_omp_teams (gimple_seq, tree);
1350 gomp_atomic_load *gimple_build_omp_atomic_load (tree, tree);
1351 gomp_atomic_store *gimple_build_omp_atomic_store (tree);
1352 gtransaction *gimple_build_transaction (gimple_seq, tree);
1353 gimple gimple_build_predict (enum br_predictor, enum prediction);
1354 extern void gimple_seq_add_stmt (gimple_seq *, gimple);
1355 extern void gimple_seq_add_stmt_without_update (gimple_seq *, gimple);
1356 void gimple_seq_add_seq (gimple_seq *, gimple_seq);
1357 void gimple_seq_add_seq_without_update (gimple_seq *, gimple_seq);
1358 extern void annotate_all_with_location_after (gimple_seq, gimple_stmt_iterator,
1359 location_t);
1360 extern void annotate_all_with_location (gimple_seq, location_t);
1361 bool empty_body_p (gimple_seq);
1362 gimple_seq gimple_seq_copy (gimple_seq);
1363 bool gimple_call_same_target_p (const_gimple, const_gimple);
1364 int gimple_call_flags (const_gimple);
1365 int gimple_call_arg_flags (const gcall *, unsigned);
1366 int gimple_call_return_flags (const gcall *);
1367 bool gimple_assign_copy_p (gimple);
1368 bool gimple_assign_ssa_name_copy_p (gimple);
1369 bool gimple_assign_unary_nop_p (gimple);
1370 void gimple_set_bb (gimple, basic_block);
1371 void gimple_assign_set_rhs_from_tree (gimple_stmt_iterator *, tree);
1372 void gimple_assign_set_rhs_with_ops (gimple_stmt_iterator *, enum tree_code,
1373 tree, tree, tree);
1374 tree gimple_get_lhs (const_gimple);
1375 void gimple_set_lhs (gimple, tree);
1376 gimple gimple_copy (gimple);
1377 bool gimple_has_side_effects (const_gimple);
1378 bool gimple_could_trap_p_1 (gimple, bool, bool);
1379 bool gimple_could_trap_p (gimple);
1380 bool gimple_assign_rhs_could_trap_p (gimple);
1381 extern void dump_gimple_statistics (void);
1382 unsigned get_gimple_rhs_num_ops (enum tree_code);
1383 extern tree canonicalize_cond_expr_cond (tree);
1384 gcall *gimple_call_copy_skip_args (gcall *, bitmap);
1385 extern bool gimple_compare_field_offset (tree, tree);
1386 extern tree gimple_unsigned_type (tree);
1387 extern tree gimple_signed_type (tree);
1388 extern alias_set_type gimple_get_alias_set (tree);
1389 extern bool gimple_ior_addresses_taken (bitmap, gimple);
1390 extern bool gimple_builtin_call_types_compatible_p (const_gimple, tree);
1391 extern bool gimple_call_builtin_p (const_gimple);
1392 extern bool gimple_call_builtin_p (const_gimple, enum built_in_class);
1393 extern bool gimple_call_builtin_p (const_gimple, enum built_in_function);
1394 extern bool gimple_asm_clobbers_memory_p (const gasm *);
1395 extern void dump_decl_set (FILE *, bitmap);
1396 extern bool nonfreeing_call_p (gimple);
1397 extern bool infer_nonnull_range (gimple, tree, bool, bool);
1398 extern void sort_case_labels (vec<tree>);
1399 extern void preprocess_case_label_vec_for_gimple (vec<tree>, tree, tree *);
1400 extern void gimple_seq_set_location (gimple_seq, location_t);
1401 extern void gimple_seq_discard (gimple_seq);
1403 /* Formal (expression) temporary table handling: multiple occurrences of
1404 the same scalar expression are evaluated into the same temporary. */
1406 typedef struct gimple_temp_hash_elt
1408 tree val; /* Key */
1409 tree temp; /* Value */
1410 } elt_t;
1412 /* Get the number of the next statement uid to be allocated. */
1413 static inline unsigned int
1414 gimple_stmt_max_uid (struct function *fn)
1416 return fn->last_stmt_uid;
1419 /* Set the number of the next statement uid to be allocated. */
1420 static inline void
1421 set_gimple_stmt_max_uid (struct function *fn, unsigned int maxid)
1423 fn->last_stmt_uid = maxid;
1426 /* Set the number of the next statement uid to be allocated. */
1427 static inline unsigned int
1428 inc_gimple_stmt_max_uid (struct function *fn)
1430 return fn->last_stmt_uid++;
1433 /* Return the first node in GIMPLE sequence S. */
1435 static inline gimple_seq_node
1436 gimple_seq_first (gimple_seq s)
1438 return s;
1442 /* Return the first statement in GIMPLE sequence S. */
1444 static inline gimple
1445 gimple_seq_first_stmt (gimple_seq s)
1447 gimple_seq_node n = gimple_seq_first (s);
1448 return n;
1451 /* Return the first statement in GIMPLE sequence S as a gbind *,
1452 verifying that it has code GIMPLE_BIND in a checked build. */
1454 static inline gbind *
1455 gimple_seq_first_stmt_as_a_bind (gimple_seq s)
1457 gimple_seq_node n = gimple_seq_first (s);
1458 return as_a <gbind *> (n);
1462 /* Return the last node in GIMPLE sequence S. */
1464 static inline gimple_seq_node
1465 gimple_seq_last (gimple_seq s)
1467 return s ? s->prev : NULL;
1471 /* Return the last statement in GIMPLE sequence S. */
1473 static inline gimple
1474 gimple_seq_last_stmt (gimple_seq s)
1476 gimple_seq_node n = gimple_seq_last (s);
1477 return n;
1481 /* Set the last node in GIMPLE sequence *PS to LAST. */
1483 static inline void
1484 gimple_seq_set_last (gimple_seq *ps, gimple_seq_node last)
1486 (*ps)->prev = last;
1490 /* Set the first node in GIMPLE sequence *PS to FIRST. */
1492 static inline void
1493 gimple_seq_set_first (gimple_seq *ps, gimple_seq_node first)
1495 *ps = first;
1499 /* Return true if GIMPLE sequence S is empty. */
1501 static inline bool
1502 gimple_seq_empty_p (gimple_seq s)
1504 return s == NULL;
1507 /* Allocate a new sequence and initialize its first element with STMT. */
1509 static inline gimple_seq
1510 gimple_seq_alloc_with_stmt (gimple stmt)
1512 gimple_seq seq = NULL;
1513 gimple_seq_add_stmt (&seq, stmt);
1514 return seq;
1518 /* Returns the sequence of statements in BB. */
1520 static inline gimple_seq
1521 bb_seq (const_basic_block bb)
1523 return (!(bb->flags & BB_RTL)) ? bb->il.gimple.seq : NULL;
1526 static inline gimple_seq *
1527 bb_seq_addr (basic_block bb)
1529 return (!(bb->flags & BB_RTL)) ? &bb->il.gimple.seq : NULL;
1532 /* Sets the sequence of statements in BB to SEQ. */
1534 static inline void
1535 set_bb_seq (basic_block bb, gimple_seq seq)
1537 gcc_checking_assert (!(bb->flags & BB_RTL));
1538 bb->il.gimple.seq = seq;
1542 /* Return the code for GIMPLE statement G. */
1544 static inline enum gimple_code
1545 gimple_code (const_gimple g)
1547 return g->code;
1551 /* Return the GSS code used by a GIMPLE code. */
1553 static inline enum gimple_statement_structure_enum
1554 gss_for_code (enum gimple_code code)
1556 gcc_gimple_checking_assert ((unsigned int)code < LAST_AND_UNUSED_GIMPLE_CODE);
1557 return gss_for_code_[code];
1561 /* Return which GSS code is used by GS. */
1563 static inline enum gimple_statement_structure_enum
1564 gimple_statement_structure (gimple gs)
1566 return gss_for_code (gimple_code (gs));
1570 /* Return true if statement G has sub-statements. This is only true for
1571 High GIMPLE statements. */
1573 static inline bool
1574 gimple_has_substatements (gimple g)
1576 switch (gimple_code (g))
1578 case GIMPLE_BIND:
1579 case GIMPLE_CATCH:
1580 case GIMPLE_EH_FILTER:
1581 case GIMPLE_EH_ELSE:
1582 case GIMPLE_TRY:
1583 case GIMPLE_OMP_FOR:
1584 case GIMPLE_OMP_MASTER:
1585 case GIMPLE_OMP_TASKGROUP:
1586 case GIMPLE_OMP_ORDERED:
1587 case GIMPLE_OMP_SECTION:
1588 case GIMPLE_OMP_PARALLEL:
1589 case GIMPLE_OMP_TASK:
1590 case GIMPLE_OMP_SECTIONS:
1591 case GIMPLE_OMP_SINGLE:
1592 case GIMPLE_OMP_TARGET:
1593 case GIMPLE_OMP_TEAMS:
1594 case GIMPLE_OMP_CRITICAL:
1595 case GIMPLE_WITH_CLEANUP_EXPR:
1596 case GIMPLE_TRANSACTION:
1597 return true;
1599 default:
1600 return false;
1605 /* Return the basic block holding statement G. */
1607 static inline basic_block
1608 gimple_bb (const_gimple g)
1610 return g->bb;
1614 /* Return the lexical scope block holding statement G. */
1616 static inline tree
1617 gimple_block (const_gimple g)
1619 return LOCATION_BLOCK (g->location);
1623 /* Set BLOCK to be the lexical scope block holding statement G. */
1625 static inline void
1626 gimple_set_block (gimple g, tree block)
1628 if (block)
1629 g->location =
1630 COMBINE_LOCATION_DATA (line_table, g->location, block);
1631 else
1632 g->location = LOCATION_LOCUS (g->location);
1636 /* Return location information for statement G. */
1638 static inline location_t
1639 gimple_location (const_gimple g)
1641 return g->location;
1644 /* Return location information for statement G if g is not NULL.
1645 Otherwise, UNKNOWN_LOCATION is returned. */
1647 static inline location_t
1648 gimple_location_safe (const_gimple g)
1650 return g ? gimple_location (g) : UNKNOWN_LOCATION;
1653 /* Return pointer to location information for statement G. */
1655 static inline const location_t *
1656 gimple_location_ptr (const_gimple g)
1658 return &g->location;
1662 /* Set location information for statement G. */
1664 static inline void
1665 gimple_set_location (gimple g, location_t location)
1667 g->location = location;
1671 /* Return true if G contains location information. */
1673 static inline bool
1674 gimple_has_location (const_gimple g)
1676 return LOCATION_LOCUS (gimple_location (g)) != UNKNOWN_LOCATION;
1680 /* Return the file name of the location of STMT. */
1682 static inline const char *
1683 gimple_filename (const_gimple stmt)
1685 return LOCATION_FILE (gimple_location (stmt));
1689 /* Return the line number of the location of STMT. */
1691 static inline int
1692 gimple_lineno (const_gimple stmt)
1694 return LOCATION_LINE (gimple_location (stmt));
1698 /* Determine whether SEQ is a singleton. */
1700 static inline bool
1701 gimple_seq_singleton_p (gimple_seq seq)
1703 return ((gimple_seq_first (seq) != NULL)
1704 && (gimple_seq_first (seq) == gimple_seq_last (seq)));
1707 /* Return true if no warnings should be emitted for statement STMT. */
1709 static inline bool
1710 gimple_no_warning_p (const_gimple stmt)
1712 return stmt->no_warning;
1715 /* Set the no_warning flag of STMT to NO_WARNING. */
1717 static inline void
1718 gimple_set_no_warning (gimple stmt, bool no_warning)
1720 stmt->no_warning = (unsigned) no_warning;
1723 /* Set the visited status on statement STMT to VISITED_P.
1725 Please note that this 'visited' property of the gimple statement is
1726 supposed to be undefined at pass boundaries. This means that a
1727 given pass should not assume it contains any useful value when the
1728 pass starts and thus can set it to any value it sees fit.
1730 You can learn more about the visited property of the gimple
1731 statement by reading the comments of the 'visited' data member of
1732 struct gimple statement_base.
1735 static inline void
1736 gimple_set_visited (gimple stmt, bool visited_p)
1738 stmt->visited = (unsigned) visited_p;
1742 /* Return the visited status for statement STMT.
1744 Please note that this 'visited' property of the gimple statement is
1745 supposed to be undefined at pass boundaries. This means that a
1746 given pass should not assume it contains any useful value when the
1747 pass starts and thus can set it to any value it sees fit.
1749 You can learn more about the visited property of the gimple
1750 statement by reading the comments of the 'visited' data member of
1751 struct gimple statement_base. */
1753 static inline bool
1754 gimple_visited_p (gimple stmt)
1756 return stmt->visited;
1760 /* Set pass local flag PLF on statement STMT to VAL_P.
1762 Please note that this PLF property of the gimple statement is
1763 supposed to be undefined at pass boundaries. This means that a
1764 given pass should not assume it contains any useful value when the
1765 pass starts and thus can set it to any value it sees fit.
1767 You can learn more about the PLF property by reading the comment of
1768 the 'plf' data member of struct gimple_statement_structure. */
1770 static inline void
1771 gimple_set_plf (gimple stmt, enum plf_mask plf, bool val_p)
1773 if (val_p)
1774 stmt->plf |= (unsigned int) plf;
1775 else
1776 stmt->plf &= ~((unsigned int) plf);
1780 /* Return the value of pass local flag PLF on statement STMT.
1782 Please note that this 'plf' property of the gimple statement is
1783 supposed to be undefined at pass boundaries. This means that a
1784 given pass should not assume it contains any useful value when the
1785 pass starts and thus can set it to any value it sees fit.
1787 You can learn more about the plf property by reading the comment of
1788 the 'plf' data member of struct gimple_statement_structure. */
1790 static inline unsigned int
1791 gimple_plf (gimple stmt, enum plf_mask plf)
1793 return stmt->plf & ((unsigned int) plf);
1797 /* Set the UID of statement.
1799 Please note that this UID property is supposed to be undefined at
1800 pass boundaries. This means that a given pass should not assume it
1801 contains any useful value when the pass starts and thus can set it
1802 to any value it sees fit. */
1804 static inline void
1805 gimple_set_uid (gimple g, unsigned uid)
1807 g->uid = uid;
1811 /* Return the UID of statement.
1813 Please note that this UID property is supposed to be undefined at
1814 pass boundaries. This means that a given pass should not assume it
1815 contains any useful value when the pass starts and thus can set it
1816 to any value it sees fit. */
1818 static inline unsigned
1819 gimple_uid (const_gimple g)
1821 return g->uid;
1825 /* Make statement G a singleton sequence. */
1827 static inline void
1828 gimple_init_singleton (gimple g)
1830 g->next = NULL;
1831 g->prev = g;
1835 /* Return true if GIMPLE statement G has register or memory operands. */
1837 static inline bool
1838 gimple_has_ops (const_gimple g)
1840 return gimple_code (g) >= GIMPLE_COND && gimple_code (g) <= GIMPLE_RETURN;
1843 template <>
1844 template <>
1845 inline bool
1846 is_a_helper <const gimple_statement_with_ops *>::test (const_gimple gs)
1848 return gimple_has_ops (gs);
1851 template <>
1852 template <>
1853 inline bool
1854 is_a_helper <gimple_statement_with_ops *>::test (gimple gs)
1856 return gimple_has_ops (gs);
1859 /* Return true if GIMPLE statement G has memory operands. */
1861 static inline bool
1862 gimple_has_mem_ops (const_gimple g)
1864 return gimple_code (g) >= GIMPLE_ASSIGN && gimple_code (g) <= GIMPLE_RETURN;
1867 template <>
1868 template <>
1869 inline bool
1870 is_a_helper <const gimple_statement_with_memory_ops *>::test (const_gimple gs)
1872 return gimple_has_mem_ops (gs);
1875 template <>
1876 template <>
1877 inline bool
1878 is_a_helper <gimple_statement_with_memory_ops *>::test (gimple gs)
1880 return gimple_has_mem_ops (gs);
1883 /* Return the set of USE operands for statement G. */
1885 static inline struct use_optype_d *
1886 gimple_use_ops (const_gimple g)
1888 const gimple_statement_with_ops *ops_stmt =
1889 dyn_cast <const gimple_statement_with_ops *> (g);
1890 if (!ops_stmt)
1891 return NULL;
1892 return ops_stmt->use_ops;
1896 /* Set USE to be the set of USE operands for statement G. */
1898 static inline void
1899 gimple_set_use_ops (gimple g, struct use_optype_d *use)
1901 gimple_statement_with_ops *ops_stmt =
1902 as_a <gimple_statement_with_ops *> (g);
1903 ops_stmt->use_ops = use;
1907 /* Return the single VUSE operand of the statement G. */
1909 static inline tree
1910 gimple_vuse (const_gimple g)
1912 const gimple_statement_with_memory_ops *mem_ops_stmt =
1913 dyn_cast <const gimple_statement_with_memory_ops *> (g);
1914 if (!mem_ops_stmt)
1915 return NULL_TREE;
1916 return mem_ops_stmt->vuse;
1919 /* Return the single VDEF operand of the statement G. */
1921 static inline tree
1922 gimple_vdef (const_gimple g)
1924 const gimple_statement_with_memory_ops *mem_ops_stmt =
1925 dyn_cast <const gimple_statement_with_memory_ops *> (g);
1926 if (!mem_ops_stmt)
1927 return NULL_TREE;
1928 return mem_ops_stmt->vdef;
1931 /* Return the single VUSE operand of the statement G. */
1933 static inline tree *
1934 gimple_vuse_ptr (gimple g)
1936 gimple_statement_with_memory_ops *mem_ops_stmt =
1937 dyn_cast <gimple_statement_with_memory_ops *> (g);
1938 if (!mem_ops_stmt)
1939 return NULL;
1940 return &mem_ops_stmt->vuse;
1943 /* Return the single VDEF operand of the statement G. */
1945 static inline tree *
1946 gimple_vdef_ptr (gimple g)
1948 gimple_statement_with_memory_ops *mem_ops_stmt =
1949 dyn_cast <gimple_statement_with_memory_ops *> (g);
1950 if (!mem_ops_stmt)
1951 return NULL;
1952 return &mem_ops_stmt->vdef;
1955 /* Set the single VUSE operand of the statement G. */
1957 static inline void
1958 gimple_set_vuse (gimple g, tree vuse)
1960 gimple_statement_with_memory_ops *mem_ops_stmt =
1961 as_a <gimple_statement_with_memory_ops *> (g);
1962 mem_ops_stmt->vuse = vuse;
1965 /* Set the single VDEF operand of the statement G. */
1967 static inline void
1968 gimple_set_vdef (gimple g, tree vdef)
1970 gimple_statement_with_memory_ops *mem_ops_stmt =
1971 as_a <gimple_statement_with_memory_ops *> (g);
1972 mem_ops_stmt->vdef = vdef;
1976 /* Return true if statement G has operands and the modified field has
1977 been set. */
1979 static inline bool
1980 gimple_modified_p (const_gimple g)
1982 return (gimple_has_ops (g)) ? (bool) g->modified : false;
1986 /* Set the MODIFIED flag to MODIFIEDP, iff the gimple statement G has
1987 a MODIFIED field. */
1989 static inline void
1990 gimple_set_modified (gimple s, bool modifiedp)
1992 if (gimple_has_ops (s))
1993 s->modified = (unsigned) modifiedp;
1997 /* Return the tree code for the expression computed by STMT. This is
1998 only valid for GIMPLE_COND, GIMPLE_CALL and GIMPLE_ASSIGN. For
1999 GIMPLE_CALL, return CALL_EXPR as the expression code for
2000 consistency. This is useful when the caller needs to deal with the
2001 three kinds of computation that GIMPLE supports. */
2003 static inline enum tree_code
2004 gimple_expr_code (const_gimple stmt)
2006 enum gimple_code code = gimple_code (stmt);
2007 if (code == GIMPLE_ASSIGN || code == GIMPLE_COND)
2008 return (enum tree_code) stmt->subcode;
2009 else
2011 gcc_gimple_checking_assert (code == GIMPLE_CALL);
2012 return CALL_EXPR;
2017 /* Return true if statement STMT contains volatile operands. */
2019 static inline bool
2020 gimple_has_volatile_ops (const_gimple stmt)
2022 if (gimple_has_mem_ops (stmt))
2023 return stmt->has_volatile_ops;
2024 else
2025 return false;
2029 /* Set the HAS_VOLATILE_OPS flag to VOLATILEP. */
2031 static inline void
2032 gimple_set_has_volatile_ops (gimple stmt, bool volatilep)
2034 if (gimple_has_mem_ops (stmt))
2035 stmt->has_volatile_ops = (unsigned) volatilep;
2038 /* Return true if STMT is in a transaction. */
2040 static inline bool
2041 gimple_in_transaction (gimple stmt)
2043 return bb_in_transaction (gimple_bb (stmt));
2046 /* Return true if statement STMT may access memory. */
2048 static inline bool
2049 gimple_references_memory_p (gimple stmt)
2051 return gimple_has_mem_ops (stmt) && gimple_vuse (stmt);
2055 /* Return the subcode for OMP statement S. */
2057 static inline unsigned
2058 gimple_omp_subcode (const_gimple s)
2060 gcc_gimple_checking_assert (gimple_code (s) >= GIMPLE_OMP_ATOMIC_LOAD
2061 && gimple_code (s) <= GIMPLE_OMP_TEAMS);
2062 return s->subcode;
2065 /* Set the subcode for OMP statement S to SUBCODE. */
2067 static inline void
2068 gimple_omp_set_subcode (gimple s, unsigned int subcode)
2070 /* We only have 16 bits for the subcode. Assert that we are not
2071 overflowing it. */
2072 gcc_gimple_checking_assert (subcode < (1 << 16));
2073 s->subcode = subcode;
2076 /* Set the nowait flag on OMP_RETURN statement S. */
2078 static inline void
2079 gimple_omp_return_set_nowait (gimple s)
2081 GIMPLE_CHECK (s, GIMPLE_OMP_RETURN);
2082 s->subcode |= GF_OMP_RETURN_NOWAIT;
2086 /* Return true if OMP return statement G has the GF_OMP_RETURN_NOWAIT
2087 flag set. */
2089 static inline bool
2090 gimple_omp_return_nowait_p (const_gimple g)
2092 GIMPLE_CHECK (g, GIMPLE_OMP_RETURN);
2093 return (gimple_omp_subcode (g) & GF_OMP_RETURN_NOWAIT) != 0;
2097 /* Set the LHS of OMP return. */
2099 static inline void
2100 gimple_omp_return_set_lhs (gimple g, tree lhs)
2102 gimple_statement_omp_return *omp_return_stmt =
2103 as_a <gimple_statement_omp_return *> (g);
2104 omp_return_stmt->val = lhs;
2108 /* Get the LHS of OMP return. */
2110 static inline tree
2111 gimple_omp_return_lhs (const_gimple g)
2113 const gimple_statement_omp_return *omp_return_stmt =
2114 as_a <const gimple_statement_omp_return *> (g);
2115 return omp_return_stmt->val;
2119 /* Return a pointer to the LHS of OMP return. */
2121 static inline tree *
2122 gimple_omp_return_lhs_ptr (gimple g)
2124 gimple_statement_omp_return *omp_return_stmt =
2125 as_a <gimple_statement_omp_return *> (g);
2126 return &omp_return_stmt->val;
2130 /* Return true if OMP section statement G has the GF_OMP_SECTION_LAST
2131 flag set. */
2133 static inline bool
2134 gimple_omp_section_last_p (const_gimple g)
2136 GIMPLE_CHECK (g, GIMPLE_OMP_SECTION);
2137 return (gimple_omp_subcode (g) & GF_OMP_SECTION_LAST) != 0;
2141 /* Set the GF_OMP_SECTION_LAST flag on G. */
2143 static inline void
2144 gimple_omp_section_set_last (gimple g)
2146 GIMPLE_CHECK (g, GIMPLE_OMP_SECTION);
2147 g->subcode |= GF_OMP_SECTION_LAST;
2151 /* Return true if OMP parallel statement G has the
2152 GF_OMP_PARALLEL_COMBINED flag set. */
2154 static inline bool
2155 gimple_omp_parallel_combined_p (const_gimple g)
2157 GIMPLE_CHECK (g, GIMPLE_OMP_PARALLEL);
2158 return (gimple_omp_subcode (g) & GF_OMP_PARALLEL_COMBINED) != 0;
2162 /* Set the GF_OMP_PARALLEL_COMBINED field in G depending on the boolean
2163 value of COMBINED_P. */
2165 static inline void
2166 gimple_omp_parallel_set_combined_p (gimple g, bool combined_p)
2168 GIMPLE_CHECK (g, GIMPLE_OMP_PARALLEL);
2169 if (combined_p)
2170 g->subcode |= GF_OMP_PARALLEL_COMBINED;
2171 else
2172 g->subcode &= ~GF_OMP_PARALLEL_COMBINED;
2176 /* Return true if OMP atomic load/store statement G has the
2177 GF_OMP_ATOMIC_NEED_VALUE flag set. */
2179 static inline bool
2180 gimple_omp_atomic_need_value_p (const_gimple g)
2182 if (gimple_code (g) != GIMPLE_OMP_ATOMIC_LOAD)
2183 GIMPLE_CHECK (g, GIMPLE_OMP_ATOMIC_STORE);
2184 return (gimple_omp_subcode (g) & GF_OMP_ATOMIC_NEED_VALUE) != 0;
2188 /* Set the GF_OMP_ATOMIC_NEED_VALUE flag on G. */
2190 static inline void
2191 gimple_omp_atomic_set_need_value (gimple g)
2193 if (gimple_code (g) != GIMPLE_OMP_ATOMIC_LOAD)
2194 GIMPLE_CHECK (g, GIMPLE_OMP_ATOMIC_STORE);
2195 g->subcode |= GF_OMP_ATOMIC_NEED_VALUE;
2199 /* Return true if OMP atomic load/store statement G has the
2200 GF_OMP_ATOMIC_SEQ_CST flag set. */
2202 static inline bool
2203 gimple_omp_atomic_seq_cst_p (const_gimple g)
2205 if (gimple_code (g) != GIMPLE_OMP_ATOMIC_LOAD)
2206 GIMPLE_CHECK (g, GIMPLE_OMP_ATOMIC_STORE);
2207 return (gimple_omp_subcode (g) & GF_OMP_ATOMIC_SEQ_CST) != 0;
2211 /* Set the GF_OMP_ATOMIC_SEQ_CST flag on G. */
2213 static inline void
2214 gimple_omp_atomic_set_seq_cst (gimple g)
2216 if (gimple_code (g) != GIMPLE_OMP_ATOMIC_LOAD)
2217 GIMPLE_CHECK (g, GIMPLE_OMP_ATOMIC_STORE);
2218 g->subcode |= GF_OMP_ATOMIC_SEQ_CST;
2222 /* Return the number of operands for statement GS. */
2224 static inline unsigned
2225 gimple_num_ops (const_gimple gs)
2227 return gs->num_ops;
2231 /* Set the number of operands for statement GS. */
2233 static inline void
2234 gimple_set_num_ops (gimple gs, unsigned num_ops)
2236 gs->num_ops = num_ops;
2240 /* Return the array of operands for statement GS. */
2242 static inline tree *
2243 gimple_ops (gimple gs)
2245 size_t off;
2247 /* All the tuples have their operand vector at the very bottom
2248 of the structure. Note that those structures that do not
2249 have an operand vector have a zero offset. */
2250 off = gimple_ops_offset_[gimple_statement_structure (gs)];
2251 gcc_gimple_checking_assert (off != 0);
2253 return (tree *) ((char *) gs + off);
2257 /* Return operand I for statement GS. */
2259 static inline tree
2260 gimple_op (const_gimple gs, unsigned i)
2262 if (gimple_has_ops (gs))
2264 gcc_gimple_checking_assert (i < gimple_num_ops (gs));
2265 return gimple_ops (CONST_CAST_GIMPLE (gs))[i];
2267 else
2268 return NULL_TREE;
2271 /* Return a pointer to operand I for statement GS. */
2273 static inline tree *
2274 gimple_op_ptr (const_gimple gs, unsigned i)
2276 if (gimple_has_ops (gs))
2278 gcc_gimple_checking_assert (i < gimple_num_ops (gs));
2279 return gimple_ops (CONST_CAST_GIMPLE (gs)) + i;
2281 else
2282 return NULL;
2285 /* Set operand I of statement GS to OP. */
2287 static inline void
2288 gimple_set_op (gimple gs, unsigned i, tree op)
2290 gcc_gimple_checking_assert (gimple_has_ops (gs) && i < gimple_num_ops (gs));
2292 /* Note. It may be tempting to assert that OP matches
2293 is_gimple_operand, but that would be wrong. Different tuples
2294 accept slightly different sets of tree operands. Each caller
2295 should perform its own validation. */
2296 gimple_ops (gs)[i] = op;
2299 /* Return true if GS is a GIMPLE_ASSIGN. */
2301 static inline bool
2302 is_gimple_assign (const_gimple gs)
2304 return gimple_code (gs) == GIMPLE_ASSIGN;
2307 /* Determine if expression CODE is one of the valid expressions that can
2308 be used on the RHS of GIMPLE assignments. */
2310 static inline enum gimple_rhs_class
2311 get_gimple_rhs_class (enum tree_code code)
2313 return (enum gimple_rhs_class) gimple_rhs_class_table[(int) code];
2316 /* Return the LHS of assignment statement GS. */
2318 static inline tree
2319 gimple_assign_lhs (const_gimple gs)
2321 GIMPLE_CHECK (gs, GIMPLE_ASSIGN);
2322 return gimple_op (gs, 0);
2326 /* Return a pointer to the LHS of assignment statement GS. */
2328 static inline tree *
2329 gimple_assign_lhs_ptr (const_gimple gs)
2331 GIMPLE_CHECK (gs, GIMPLE_ASSIGN);
2332 return gimple_op_ptr (gs, 0);
2336 /* Set LHS to be the LHS operand of assignment statement GS. */
2338 static inline void
2339 gimple_assign_set_lhs (gimple gs, tree lhs)
2341 GIMPLE_CHECK (gs, GIMPLE_ASSIGN);
2342 gimple_set_op (gs, 0, lhs);
2344 if (lhs && TREE_CODE (lhs) == SSA_NAME)
2345 SSA_NAME_DEF_STMT (lhs) = gs;
2349 /* Return the first operand on the RHS of assignment statement GS. */
2351 static inline tree
2352 gimple_assign_rhs1 (const_gimple gs)
2354 GIMPLE_CHECK (gs, GIMPLE_ASSIGN);
2355 return gimple_op (gs, 1);
2359 /* Return a pointer to the first operand on the RHS of assignment
2360 statement GS. */
2362 static inline tree *
2363 gimple_assign_rhs1_ptr (const_gimple gs)
2365 GIMPLE_CHECK (gs, GIMPLE_ASSIGN);
2366 return gimple_op_ptr (gs, 1);
2369 /* Set RHS to be the first operand on the RHS of assignment statement GS. */
2371 static inline void
2372 gimple_assign_set_rhs1 (gimple gs, tree rhs)
2374 GIMPLE_CHECK (gs, GIMPLE_ASSIGN);
2376 gimple_set_op (gs, 1, rhs);
2380 /* Return the second operand on the RHS of assignment statement GS.
2381 If GS does not have two operands, NULL is returned instead. */
2383 static inline tree
2384 gimple_assign_rhs2 (const_gimple gs)
2386 GIMPLE_CHECK (gs, GIMPLE_ASSIGN);
2388 if (gimple_num_ops (gs) >= 3)
2389 return gimple_op (gs, 2);
2390 else
2391 return NULL_TREE;
2395 /* Return a pointer to the second operand on the RHS of assignment
2396 statement GS. */
2398 static inline tree *
2399 gimple_assign_rhs2_ptr (const_gimple gs)
2401 GIMPLE_CHECK (gs, GIMPLE_ASSIGN);
2402 return gimple_op_ptr (gs, 2);
2406 /* Set RHS to be the second operand on the RHS of assignment statement GS. */
2408 static inline void
2409 gimple_assign_set_rhs2 (gimple gs, tree rhs)
2411 GIMPLE_CHECK (gs, GIMPLE_ASSIGN);
2413 gimple_set_op (gs, 2, rhs);
2416 /* Return the third operand on the RHS of assignment statement GS.
2417 If GS does not have two operands, NULL is returned instead. */
2419 static inline tree
2420 gimple_assign_rhs3 (const_gimple gs)
2422 GIMPLE_CHECK (gs, GIMPLE_ASSIGN);
2424 if (gimple_num_ops (gs) >= 4)
2425 return gimple_op (gs, 3);
2426 else
2427 return NULL_TREE;
2430 /* Return a pointer to the third operand on the RHS of assignment
2431 statement GS. */
2433 static inline tree *
2434 gimple_assign_rhs3_ptr (const_gimple gs)
2436 GIMPLE_CHECK (gs, GIMPLE_ASSIGN);
2437 return gimple_op_ptr (gs, 3);
2441 /* Set RHS to be the third operand on the RHS of assignment statement GS. */
2443 static inline void
2444 gimple_assign_set_rhs3 (gimple gs, tree rhs)
2446 GIMPLE_CHECK (gs, GIMPLE_ASSIGN);
2448 gimple_set_op (gs, 3, rhs);
2451 /* A wrapper around 3 operand gimple_assign_set_rhs_with_ops, for callers
2452 which expect to see only two operands. */
2454 static inline void
2455 gimple_assign_set_rhs_with_ops (gimple_stmt_iterator *gsi, enum tree_code code,
2456 tree op1, tree op2)
2458 gimple_assign_set_rhs_with_ops (gsi, code, op1, op2, NULL);
2461 /* A wrapper around 3 operand gimple_assign_set_rhs_with_ops, for callers
2462 which expect to see only one operands. */
2464 static inline void
2465 gimple_assign_set_rhs_with_ops (gimple_stmt_iterator *gsi, enum tree_code code,
2466 tree op1)
2468 gimple_assign_set_rhs_with_ops (gsi, code, op1, NULL, NULL);
2471 /* Returns true if GS is a nontemporal move. */
2473 static inline bool
2474 gimple_assign_nontemporal_move_p (const gassign *gs)
2476 return gs->nontemporal_move;
2479 /* Sets nontemporal move flag of GS to NONTEMPORAL. */
2481 static inline void
2482 gimple_assign_set_nontemporal_move (gimple gs, bool nontemporal)
2484 GIMPLE_CHECK (gs, GIMPLE_ASSIGN);
2485 gs->nontemporal_move = nontemporal;
2489 /* Return the code of the expression computed on the rhs of assignment
2490 statement GS. In case that the RHS is a single object, returns the
2491 tree code of the object. */
2493 static inline enum tree_code
2494 gimple_assign_rhs_code (const_gimple gs)
2496 enum tree_code code;
2497 GIMPLE_CHECK (gs, GIMPLE_ASSIGN);
2499 code = (enum tree_code) gs->subcode;
2500 /* While we initially set subcode to the TREE_CODE of the rhs for
2501 GIMPLE_SINGLE_RHS assigns we do not update that subcode to stay
2502 in sync when we rewrite stmts into SSA form or do SSA propagations. */
2503 if (get_gimple_rhs_class (code) == GIMPLE_SINGLE_RHS)
2504 code = TREE_CODE (gimple_assign_rhs1 (gs));
2506 return code;
2510 /* Set CODE to be the code for the expression computed on the RHS of
2511 assignment S. */
2513 static inline void
2514 gimple_assign_set_rhs_code (gimple s, enum tree_code code)
2516 GIMPLE_CHECK (s, GIMPLE_ASSIGN);
2517 s->subcode = code;
2521 /* Return the gimple rhs class of the code of the expression computed on
2522 the rhs of assignment statement GS.
2523 This will never return GIMPLE_INVALID_RHS. */
2525 static inline enum gimple_rhs_class
2526 gimple_assign_rhs_class (const_gimple gs)
2528 return get_gimple_rhs_class (gimple_assign_rhs_code (gs));
2531 /* Return true if GS is an assignment with a singleton RHS, i.e.,
2532 there is no operator associated with the assignment itself.
2533 Unlike gimple_assign_copy_p, this predicate returns true for
2534 any RHS operand, including those that perform an operation
2535 and do not have the semantics of a copy, such as COND_EXPR. */
2537 static inline bool
2538 gimple_assign_single_p (const_gimple gs)
2540 return (is_gimple_assign (gs)
2541 && gimple_assign_rhs_class (gs) == GIMPLE_SINGLE_RHS);
2544 /* Return true if GS performs a store to its lhs. */
2546 static inline bool
2547 gimple_store_p (const_gimple gs)
2549 tree lhs = gimple_get_lhs (gs);
2550 return lhs && !is_gimple_reg (lhs);
2553 /* Return true if GS is an assignment that loads from its rhs1. */
2555 static inline bool
2556 gimple_assign_load_p (const_gimple gs)
2558 tree rhs;
2559 if (!gimple_assign_single_p (gs))
2560 return false;
2561 rhs = gimple_assign_rhs1 (gs);
2562 if (TREE_CODE (rhs) == WITH_SIZE_EXPR)
2563 return true;
2564 rhs = get_base_address (rhs);
2565 return (DECL_P (rhs)
2566 || TREE_CODE (rhs) == MEM_REF || TREE_CODE (rhs) == TARGET_MEM_REF);
2570 /* Return true if S is a type-cast assignment. */
2572 static inline bool
2573 gimple_assign_cast_p (const_gimple s)
2575 if (is_gimple_assign (s))
2577 enum tree_code sc = gimple_assign_rhs_code (s);
2578 return CONVERT_EXPR_CODE_P (sc)
2579 || sc == VIEW_CONVERT_EXPR
2580 || sc == FIX_TRUNC_EXPR;
2583 return false;
2586 /* Return true if S is a clobber statement. */
2588 static inline bool
2589 gimple_clobber_p (const_gimple s)
2591 return gimple_assign_single_p (s)
2592 && TREE_CLOBBER_P (gimple_assign_rhs1 (s));
2595 /* Return true if GS is a GIMPLE_CALL. */
2597 static inline bool
2598 is_gimple_call (const_gimple gs)
2600 return gimple_code (gs) == GIMPLE_CALL;
2603 /* Return the LHS of call statement GS. */
2605 static inline tree
2606 gimple_call_lhs (const_gimple gs)
2608 GIMPLE_CHECK (gs, GIMPLE_CALL);
2609 return gimple_op (gs, 0);
2613 /* Return a pointer to the LHS of call statement GS. */
2615 static inline tree *
2616 gimple_call_lhs_ptr (const_gimple gs)
2618 GIMPLE_CHECK (gs, GIMPLE_CALL);
2619 return gimple_op_ptr (gs, 0);
2623 /* Set LHS to be the LHS operand of call statement GS. */
2625 static inline void
2626 gimple_call_set_lhs (gimple gs, tree lhs)
2628 GIMPLE_CHECK (gs, GIMPLE_CALL);
2629 gimple_set_op (gs, 0, lhs);
2630 if (lhs && TREE_CODE (lhs) == SSA_NAME)
2631 SSA_NAME_DEF_STMT (lhs) = gs;
2635 /* Return true if call GS calls an internal-only function, as enumerated
2636 by internal_fn. */
2638 static inline bool
2639 gimple_call_internal_p (const_gimple gs)
2641 GIMPLE_CHECK (gs, GIMPLE_CALL);
2642 return (gs->subcode & GF_CALL_INTERNAL) != 0;
2646 /* Return true if call GS is marked as instrumented by
2647 Pointer Bounds Checker. */
2649 static inline bool
2650 gimple_call_with_bounds_p (const_gimple gs)
2652 GIMPLE_CHECK (gs, GIMPLE_CALL);
2653 return (gs->subcode & GF_CALL_WITH_BOUNDS) != 0;
2657 /* If INSTRUMENTED_P is true, marm statement GS as instrumented by
2658 Pointer Bounds Checker. */
2660 static inline void
2661 gimple_call_set_with_bounds (gimple gs, bool with_bounds)
2663 GIMPLE_CHECK (gs, GIMPLE_CALL);
2664 if (with_bounds)
2665 gs->subcode |= GF_CALL_WITH_BOUNDS;
2666 else
2667 gs->subcode &= ~GF_CALL_WITH_BOUNDS;
2671 /* Return the target of internal call GS. */
2673 static inline enum internal_fn
2674 gimple_call_internal_fn (const_gimple gs)
2676 gcc_gimple_checking_assert (gimple_call_internal_p (gs));
2677 return static_cast <const gcall *> (gs)->u.internal_fn;
2680 /* If CTRL_ALTERING_P is true, mark GIMPLE_CALL S to be a stmt
2681 that could alter control flow. */
2683 static inline void
2684 gimple_call_set_ctrl_altering (gimple s, bool ctrl_altering_p)
2686 GIMPLE_CHECK (s, GIMPLE_CALL);
2687 if (ctrl_altering_p)
2688 s->subcode |= GF_CALL_CTRL_ALTERING;
2689 else
2690 s->subcode &= ~GF_CALL_CTRL_ALTERING;
2693 /* Return true if call GS calls an func whose GF_CALL_CTRL_ALTERING
2694 flag is set. Such call could not be a stmt in the middle of a bb. */
2696 static inline bool
2697 gimple_call_ctrl_altering_p (const_gimple gs)
2699 GIMPLE_CHECK (gs, GIMPLE_CALL);
2700 return (gs->subcode & GF_CALL_CTRL_ALTERING) != 0;
2704 /* Return the function type of the function called by GS. */
2706 static inline tree
2707 gimple_call_fntype (const_gimple gs)
2709 const gcall *call_stmt = as_a <const gcall *> (gs);
2710 if (gimple_call_internal_p (gs))
2711 return NULL_TREE;
2712 return call_stmt->u.fntype;
2715 /* Set the type of the function called by CALL_STMT to FNTYPE. */
2717 static inline void
2718 gimple_call_set_fntype (gcall *call_stmt, tree fntype)
2720 gcc_gimple_checking_assert (!gimple_call_internal_p (call_stmt));
2721 call_stmt->u.fntype = fntype;
2725 /* Return the tree node representing the function called by call
2726 statement GS. */
2728 static inline tree
2729 gimple_call_fn (const_gimple gs)
2731 GIMPLE_CHECK (gs, GIMPLE_CALL);
2732 return gimple_op (gs, 1);
2735 /* Return a pointer to the tree node representing the function called by call
2736 statement GS. */
2738 static inline tree *
2739 gimple_call_fn_ptr (const_gimple gs)
2741 GIMPLE_CHECK (gs, GIMPLE_CALL);
2742 return gimple_op_ptr (gs, 1);
2746 /* Set FN to be the function called by call statement GS. */
2748 static inline void
2749 gimple_call_set_fn (gcall *gs, tree fn)
2751 gcc_gimple_checking_assert (!gimple_call_internal_p (gs));
2752 gimple_set_op (gs, 1, fn);
2756 /* Set FNDECL to be the function called by call statement GS. */
2758 static inline void
2759 gimple_call_set_fndecl (gimple gs, tree decl)
2761 GIMPLE_CHECK (gs, GIMPLE_CALL);
2762 gcc_gimple_checking_assert (!gimple_call_internal_p (gs));
2763 gimple_set_op (gs, 1, build_fold_addr_expr_loc (gimple_location (gs), decl));
2767 /* Set internal function FN to be the function called by call statement CALL_STMT. */
2769 static inline void
2770 gimple_call_set_internal_fn (gcall *call_stmt, enum internal_fn fn)
2772 gcc_gimple_checking_assert (gimple_call_internal_p (call_stmt));
2773 call_stmt->u.internal_fn = fn;
2777 /* If a given GIMPLE_CALL's callee is a FUNCTION_DECL, return it.
2778 Otherwise return NULL. This function is analogous to
2779 get_callee_fndecl in tree land. */
2781 static inline tree
2782 gimple_call_fndecl (const_gimple gs)
2784 return gimple_call_addr_fndecl (gimple_call_fn (gs));
2788 /* Return the type returned by call statement GS. */
2790 static inline tree
2791 gimple_call_return_type (const gcall *gs)
2793 tree type = gimple_call_fntype (gs);
2795 if (type == NULL_TREE)
2796 return TREE_TYPE (gimple_call_lhs (gs));
2798 /* The type returned by a function is the type of its
2799 function type. */
2800 return TREE_TYPE (type);
2804 /* Return the static chain for call statement GS. */
2806 static inline tree
2807 gimple_call_chain (const_gimple gs)
2809 GIMPLE_CHECK (gs, GIMPLE_CALL);
2810 return gimple_op (gs, 2);
2814 /* Return a pointer to the static chain for call statement CALL_STMT. */
2816 static inline tree *
2817 gimple_call_chain_ptr (const gcall *call_stmt)
2819 return gimple_op_ptr (call_stmt, 2);
2822 /* Set CHAIN to be the static chain for call statement CALL_STMT. */
2824 static inline void
2825 gimple_call_set_chain (gcall *call_stmt, tree chain)
2827 gimple_set_op (call_stmt, 2, chain);
2831 /* Return the number of arguments used by call statement GS. */
2833 static inline unsigned
2834 gimple_call_num_args (const_gimple gs)
2836 unsigned num_ops;
2837 GIMPLE_CHECK (gs, GIMPLE_CALL);
2838 num_ops = gimple_num_ops (gs);
2839 return num_ops - 3;
2843 /* Return the argument at position INDEX for call statement GS. */
2845 static inline tree
2846 gimple_call_arg (const_gimple gs, unsigned index)
2848 GIMPLE_CHECK (gs, GIMPLE_CALL);
2849 return gimple_op (gs, index + 3);
2853 /* Return a pointer to the argument at position INDEX for call
2854 statement GS. */
2856 static inline tree *
2857 gimple_call_arg_ptr (const_gimple gs, unsigned index)
2859 GIMPLE_CHECK (gs, GIMPLE_CALL);
2860 return gimple_op_ptr (gs, index + 3);
2864 /* Set ARG to be the argument at position INDEX for call statement GS. */
2866 static inline void
2867 gimple_call_set_arg (gimple gs, unsigned index, tree arg)
2869 GIMPLE_CHECK (gs, GIMPLE_CALL);
2870 gimple_set_op (gs, index + 3, arg);
2874 /* If TAIL_P is true, mark call statement S as being a tail call
2875 (i.e., a call just before the exit of a function). These calls are
2876 candidate for tail call optimization. */
2878 static inline void
2879 gimple_call_set_tail (gcall *s, bool tail_p)
2881 if (tail_p)
2882 s->subcode |= GF_CALL_TAILCALL;
2883 else
2884 s->subcode &= ~GF_CALL_TAILCALL;
2888 /* Return true if GIMPLE_CALL S is marked as a tail call. */
2890 static inline bool
2891 gimple_call_tail_p (gcall *s)
2893 return (s->subcode & GF_CALL_TAILCALL) != 0;
2897 /* If RETURN_SLOT_OPT_P is true mark GIMPLE_CALL S as valid for return
2898 slot optimization. This transformation uses the target of the call
2899 expansion as the return slot for calls that return in memory. */
2901 static inline void
2902 gimple_call_set_return_slot_opt (gcall *s, bool return_slot_opt_p)
2904 if (return_slot_opt_p)
2905 s->subcode |= GF_CALL_RETURN_SLOT_OPT;
2906 else
2907 s->subcode &= ~GF_CALL_RETURN_SLOT_OPT;
2911 /* Return true if S is marked for return slot optimization. */
2913 static inline bool
2914 gimple_call_return_slot_opt_p (gcall *s)
2916 return (s->subcode & GF_CALL_RETURN_SLOT_OPT) != 0;
2920 /* If FROM_THUNK_P is true, mark GIMPLE_CALL S as being the jump from a
2921 thunk to the thunked-to function. */
2923 static inline void
2924 gimple_call_set_from_thunk (gcall *s, bool from_thunk_p)
2926 if (from_thunk_p)
2927 s->subcode |= GF_CALL_FROM_THUNK;
2928 else
2929 s->subcode &= ~GF_CALL_FROM_THUNK;
2933 /* Return true if GIMPLE_CALL S is a jump from a thunk. */
2935 static inline bool
2936 gimple_call_from_thunk_p (gcall *s)
2938 return (s->subcode & GF_CALL_FROM_THUNK) != 0;
2942 /* If PASS_ARG_PACK_P is true, GIMPLE_CALL S is a stdarg call that needs the
2943 argument pack in its argument list. */
2945 static inline void
2946 gimple_call_set_va_arg_pack (gcall *s, bool pass_arg_pack_p)
2948 if (pass_arg_pack_p)
2949 s->subcode |= GF_CALL_VA_ARG_PACK;
2950 else
2951 s->subcode &= ~GF_CALL_VA_ARG_PACK;
2955 /* Return true if GIMPLE_CALL S is a stdarg call that needs the
2956 argument pack in its argument list. */
2958 static inline bool
2959 gimple_call_va_arg_pack_p (gcall *s)
2961 return (s->subcode & GF_CALL_VA_ARG_PACK) != 0;
2965 /* Return true if S is a noreturn call. */
2967 static inline bool
2968 gimple_call_noreturn_p (gimple s)
2970 GIMPLE_CHECK (s, GIMPLE_CALL);
2971 return (gimple_call_flags (s) & ECF_NORETURN) != 0;
2975 /* If NOTHROW_P is true, GIMPLE_CALL S is a call that is known to not throw
2976 even if the called function can throw in other cases. */
2978 static inline void
2979 gimple_call_set_nothrow (gcall *s, bool nothrow_p)
2981 if (nothrow_p)
2982 s->subcode |= GF_CALL_NOTHROW;
2983 else
2984 s->subcode &= ~GF_CALL_NOTHROW;
2987 /* Return true if S is a nothrow call. */
2989 static inline bool
2990 gimple_call_nothrow_p (gcall *s)
2992 return (gimple_call_flags (s) & ECF_NOTHROW) != 0;
2995 /* If FOR_VAR is true, GIMPLE_CALL S is a call to builtin_alloca that
2996 is known to be emitted for VLA objects. Those are wrapped by
2997 stack_save/stack_restore calls and hence can't lead to unbounded
2998 stack growth even when they occur in loops. */
3000 static inline void
3001 gimple_call_set_alloca_for_var (gcall *s, bool for_var)
3003 if (for_var)
3004 s->subcode |= GF_CALL_ALLOCA_FOR_VAR;
3005 else
3006 s->subcode &= ~GF_CALL_ALLOCA_FOR_VAR;
3009 /* Return true of S is a call to builtin_alloca emitted for VLA objects. */
3011 static inline bool
3012 gimple_call_alloca_for_var_p (gcall *s)
3014 return (s->subcode & GF_CALL_ALLOCA_FOR_VAR) != 0;
3017 /* Copy all the GF_CALL_* flags from ORIG_CALL to DEST_CALL. */
3019 static inline void
3020 gimple_call_copy_flags (gcall *dest_call, gcall *orig_call)
3022 dest_call->subcode = orig_call->subcode;
3026 /* Return a pointer to the points-to solution for the set of call-used
3027 variables of the call CALL_STMT. */
3029 static inline struct pt_solution *
3030 gimple_call_use_set (gcall *call_stmt)
3032 return &call_stmt->call_used;
3036 /* Return a pointer to the points-to solution for the set of call-used
3037 variables of the call CALL_STMT. */
3039 static inline struct pt_solution *
3040 gimple_call_clobber_set (gcall *call_stmt)
3042 return &call_stmt->call_clobbered;
3046 /* Returns true if this is a GIMPLE_ASSIGN or a GIMPLE_CALL with a
3047 non-NULL lhs. */
3049 static inline bool
3050 gimple_has_lhs (gimple stmt)
3052 return (is_gimple_assign (stmt)
3053 || (is_gimple_call (stmt)
3054 && gimple_call_lhs (stmt) != NULL_TREE));
3058 /* Return the code of the predicate computed by conditional statement GS. */
3060 static inline enum tree_code
3061 gimple_cond_code (const_gimple gs)
3063 GIMPLE_CHECK (gs, GIMPLE_COND);
3064 return (enum tree_code) gs->subcode;
3068 /* Set CODE to be the predicate code for the conditional statement GS. */
3070 static inline void
3071 gimple_cond_set_code (gcond *gs, enum tree_code code)
3073 gs->subcode = code;
3077 /* Return the LHS of the predicate computed by conditional statement GS. */
3079 static inline tree
3080 gimple_cond_lhs (const_gimple gs)
3082 GIMPLE_CHECK (gs, GIMPLE_COND);
3083 return gimple_op (gs, 0);
3086 /* Return the pointer to the LHS of the predicate computed by conditional
3087 statement GS. */
3089 static inline tree *
3090 gimple_cond_lhs_ptr (const gcond *gs)
3092 return gimple_op_ptr (gs, 0);
3095 /* Set LHS to be the LHS operand of the predicate computed by
3096 conditional statement GS. */
3098 static inline void
3099 gimple_cond_set_lhs (gcond *gs, tree lhs)
3101 gimple_set_op (gs, 0, lhs);
3105 /* Return the RHS operand of the predicate computed by conditional GS. */
3107 static inline tree
3108 gimple_cond_rhs (const_gimple gs)
3110 GIMPLE_CHECK (gs, GIMPLE_COND);
3111 return gimple_op (gs, 1);
3114 /* Return the pointer to the RHS operand of the predicate computed by
3115 conditional GS. */
3117 static inline tree *
3118 gimple_cond_rhs_ptr (const gcond *gs)
3120 return gimple_op_ptr (gs, 1);
3124 /* Set RHS to be the RHS operand of the predicate computed by
3125 conditional statement GS. */
3127 static inline void
3128 gimple_cond_set_rhs (gcond *gs, tree rhs)
3130 gimple_set_op (gs, 1, rhs);
3134 /* Return the label used by conditional statement GS when its
3135 predicate evaluates to true. */
3137 static inline tree
3138 gimple_cond_true_label (const gcond *gs)
3140 return gimple_op (gs, 2);
3144 /* Set LABEL to be the label used by conditional statement GS when its
3145 predicate evaluates to true. */
3147 static inline void
3148 gimple_cond_set_true_label (gcond *gs, tree label)
3150 gimple_set_op (gs, 2, label);
3154 /* Set LABEL to be the label used by conditional statement GS when its
3155 predicate evaluates to false. */
3157 static inline void
3158 gimple_cond_set_false_label (gcond *gs, tree label)
3160 gimple_set_op (gs, 3, label);
3164 /* Return the label used by conditional statement GS when its
3165 predicate evaluates to false. */
3167 static inline tree
3168 gimple_cond_false_label (const gcond *gs)
3171 return gimple_op (gs, 3);
3175 /* Set the conditional COND_STMT to be of the form 'if (1 == 0)'. */
3177 static inline void
3178 gimple_cond_make_false (gcond *gs)
3180 gimple_cond_set_lhs (gs, boolean_true_node);
3181 gimple_cond_set_rhs (gs, boolean_false_node);
3182 gs->subcode = EQ_EXPR;
3186 /* Set the conditional COND_STMT to be of the form 'if (1 == 1)'. */
3188 static inline void
3189 gimple_cond_make_true (gcond *gs)
3191 gimple_cond_set_lhs (gs, boolean_true_node);
3192 gimple_cond_set_rhs (gs, boolean_true_node);
3193 gs->subcode = EQ_EXPR;
3196 /* Check if conditional statemente GS is of the form 'if (1 == 1)',
3197 'if (0 == 0)', 'if (1 != 0)' or 'if (0 != 1)' */
3199 static inline bool
3200 gimple_cond_true_p (const gcond *gs)
3202 tree lhs = gimple_cond_lhs (gs);
3203 tree rhs = gimple_cond_rhs (gs);
3204 enum tree_code code = gimple_cond_code (gs);
3206 if (lhs != boolean_true_node && lhs != boolean_false_node)
3207 return false;
3209 if (rhs != boolean_true_node && rhs != boolean_false_node)
3210 return false;
3212 if (code == NE_EXPR && lhs != rhs)
3213 return true;
3215 if (code == EQ_EXPR && lhs == rhs)
3216 return true;
3218 return false;
3221 /* Check if conditional statement GS is of the form 'if (1 != 1)',
3222 'if (0 != 0)', 'if (1 == 0)' or 'if (0 == 1)' */
3224 static inline bool
3225 gimple_cond_false_p (const gcond *gs)
3227 tree lhs = gimple_cond_lhs (gs);
3228 tree rhs = gimple_cond_rhs (gs);
3229 enum tree_code code = gimple_cond_code (gs);
3231 if (lhs != boolean_true_node && lhs != boolean_false_node)
3232 return false;
3234 if (rhs != boolean_true_node && rhs != boolean_false_node)
3235 return false;
3237 if (code == NE_EXPR && lhs == rhs)
3238 return true;
3240 if (code == EQ_EXPR && lhs != rhs)
3241 return true;
3243 return false;
3246 /* Set the code, LHS and RHS of GIMPLE_COND STMT from CODE, LHS and RHS. */
3248 static inline void
3249 gimple_cond_set_condition (gcond *stmt, enum tree_code code, tree lhs,
3250 tree rhs)
3252 gimple_cond_set_code (stmt, code);
3253 gimple_cond_set_lhs (stmt, lhs);
3254 gimple_cond_set_rhs (stmt, rhs);
3257 /* Return the LABEL_DECL node used by GIMPLE_LABEL statement GS. */
3259 static inline tree
3260 gimple_label_label (const glabel *gs)
3262 return gimple_op (gs, 0);
3266 /* Set LABEL to be the LABEL_DECL node used by GIMPLE_LABEL statement
3267 GS. */
3269 static inline void
3270 gimple_label_set_label (glabel *gs, tree label)
3272 gimple_set_op (gs, 0, label);
3276 /* Return the destination of the unconditional jump GS. */
3278 static inline tree
3279 gimple_goto_dest (const_gimple gs)
3281 GIMPLE_CHECK (gs, GIMPLE_GOTO);
3282 return gimple_op (gs, 0);
3286 /* Set DEST to be the destination of the unconditonal jump GS. */
3288 static inline void
3289 gimple_goto_set_dest (ggoto *gs, tree dest)
3291 gimple_set_op (gs, 0, dest);
3295 /* Return the variables declared in the GIMPLE_BIND statement GS. */
3297 static inline tree
3298 gimple_bind_vars (const gbind *bind_stmt)
3300 return bind_stmt->vars;
3304 /* Set VARS to be the set of variables declared in the GIMPLE_BIND
3305 statement GS. */
3307 static inline void
3308 gimple_bind_set_vars (gbind *bind_stmt, tree vars)
3310 bind_stmt->vars = vars;
3314 /* Append VARS to the set of variables declared in the GIMPLE_BIND
3315 statement GS. */
3317 static inline void
3318 gimple_bind_append_vars (gbind *bind_stmt, tree vars)
3320 bind_stmt->vars = chainon (bind_stmt->vars, vars);
3324 static inline gimple_seq *
3325 gimple_bind_body_ptr (gbind *bind_stmt)
3327 return &bind_stmt->body;
3330 /* Return the GIMPLE sequence contained in the GIMPLE_BIND statement GS. */
3332 static inline gimple_seq
3333 gimple_bind_body (gbind *gs)
3335 return *gimple_bind_body_ptr (gs);
3339 /* Set SEQ to be the GIMPLE sequence contained in the GIMPLE_BIND
3340 statement GS. */
3342 static inline void
3343 gimple_bind_set_body (gbind *bind_stmt, gimple_seq seq)
3345 bind_stmt->body = seq;
3349 /* Append a statement to the end of a GIMPLE_BIND's body. */
3351 static inline void
3352 gimple_bind_add_stmt (gbind *bind_stmt, gimple stmt)
3354 gimple_seq_add_stmt (&bind_stmt->body, stmt);
3358 /* Append a sequence of statements to the end of a GIMPLE_BIND's body. */
3360 static inline void
3361 gimple_bind_add_seq (gbind *bind_stmt, gimple_seq seq)
3363 gimple_seq_add_seq (&bind_stmt->body, seq);
3367 /* Return the TREE_BLOCK node associated with GIMPLE_BIND statement
3368 GS. This is analogous to the BIND_EXPR_BLOCK field in trees. */
3370 static inline tree
3371 gimple_bind_block (const gbind *bind_stmt)
3373 return bind_stmt->block;
3377 /* Set BLOCK to be the TREE_BLOCK node associated with GIMPLE_BIND
3378 statement GS. */
3380 static inline void
3381 gimple_bind_set_block (gbind *bind_stmt, tree block)
3383 gcc_gimple_checking_assert (block == NULL_TREE
3384 || TREE_CODE (block) == BLOCK);
3385 bind_stmt->block = block;
3389 /* Return the number of input operands for GIMPLE_ASM ASM_STMT. */
3391 static inline unsigned
3392 gimple_asm_ninputs (const gasm *asm_stmt)
3394 return asm_stmt->ni;
3398 /* Return the number of output operands for GIMPLE_ASM ASM_STMT. */
3400 static inline unsigned
3401 gimple_asm_noutputs (const gasm *asm_stmt)
3403 return asm_stmt->no;
3407 /* Return the number of clobber operands for GIMPLE_ASM ASM_STMT. */
3409 static inline unsigned
3410 gimple_asm_nclobbers (const gasm *asm_stmt)
3412 return asm_stmt->nc;
3415 /* Return the number of label operands for GIMPLE_ASM ASM_STMT. */
3417 static inline unsigned
3418 gimple_asm_nlabels (const gasm *asm_stmt)
3420 return asm_stmt->nl;
3423 /* Return input operand INDEX of GIMPLE_ASM ASM_STMT. */
3425 static inline tree
3426 gimple_asm_input_op (const gasm *asm_stmt, unsigned index)
3428 gcc_gimple_checking_assert (index < asm_stmt->ni);
3429 return gimple_op (asm_stmt, index + asm_stmt->no);
3432 /* Return a pointer to input operand INDEX of GIMPLE_ASM ASM_STMT. */
3434 static inline tree *
3435 gimple_asm_input_op_ptr (const gasm *asm_stmt, unsigned index)
3437 gcc_gimple_checking_assert (index < asm_stmt->ni);
3438 return gimple_op_ptr (asm_stmt, index + asm_stmt->no);
3442 /* Set IN_OP to be input operand INDEX in GIMPLE_ASM ASM_STMT. */
3444 static inline void
3445 gimple_asm_set_input_op (gasm *asm_stmt, unsigned index, tree in_op)
3447 gcc_gimple_checking_assert (index < asm_stmt->ni
3448 && TREE_CODE (in_op) == TREE_LIST);
3449 gimple_set_op (asm_stmt, index + asm_stmt->no, in_op);
3453 /* Return output operand INDEX of GIMPLE_ASM ASM_STMT. */
3455 static inline tree
3456 gimple_asm_output_op (const gasm *asm_stmt, unsigned index)
3458 gcc_gimple_checking_assert (index < asm_stmt->no);
3459 return gimple_op (asm_stmt, index);
3462 /* Return a pointer to output operand INDEX of GIMPLE_ASM ASM_STMT. */
3464 static inline tree *
3465 gimple_asm_output_op_ptr (const gasm *asm_stmt, unsigned index)
3467 gcc_gimple_checking_assert (index < asm_stmt->no);
3468 return gimple_op_ptr (asm_stmt, index);
3472 /* Set OUT_OP to be output operand INDEX in GIMPLE_ASM ASM_STMT. */
3474 static inline void
3475 gimple_asm_set_output_op (gasm *asm_stmt, unsigned index, tree out_op)
3477 gcc_gimple_checking_assert (index < asm_stmt->no
3478 && TREE_CODE (out_op) == TREE_LIST);
3479 gimple_set_op (asm_stmt, index, out_op);
3483 /* Return clobber operand INDEX of GIMPLE_ASM ASM_STMT. */
3485 static inline tree
3486 gimple_asm_clobber_op (const gasm *asm_stmt, unsigned index)
3488 gcc_gimple_checking_assert (index < asm_stmt->nc);
3489 return gimple_op (asm_stmt, index + asm_stmt->ni + asm_stmt->no);
3493 /* Set CLOBBER_OP to be clobber operand INDEX in GIMPLE_ASM ASM_STMT. */
3495 static inline void
3496 gimple_asm_set_clobber_op (gasm *asm_stmt, unsigned index, tree clobber_op)
3498 gcc_gimple_checking_assert (index < asm_stmt->nc
3499 && TREE_CODE (clobber_op) == TREE_LIST);
3500 gimple_set_op (asm_stmt, index + asm_stmt->ni + asm_stmt->no, clobber_op);
3503 /* Return label operand INDEX of GIMPLE_ASM ASM_STMT. */
3505 static inline tree
3506 gimple_asm_label_op (const gasm *asm_stmt, unsigned index)
3508 gcc_gimple_checking_assert (index < asm_stmt->nl);
3509 return gimple_op (asm_stmt, index + asm_stmt->ni + asm_stmt->nc);
3512 /* Set LABEL_OP to be label operand INDEX in GIMPLE_ASM ASM_STMT. */
3514 static inline void
3515 gimple_asm_set_label_op (gasm *asm_stmt, unsigned index, tree label_op)
3517 gcc_gimple_checking_assert (index < asm_stmt->nl
3518 && TREE_CODE (label_op) == TREE_LIST);
3519 gimple_set_op (asm_stmt, index + asm_stmt->ni + asm_stmt->nc, label_op);
3522 /* Return the string representing the assembly instruction in
3523 GIMPLE_ASM ASM_STMT. */
3525 static inline const char *
3526 gimple_asm_string (const gasm *asm_stmt)
3528 return asm_stmt->string;
3532 /* Return true ASM_STMT ASM_STMT is an asm statement marked volatile. */
3534 static inline bool
3535 gimple_asm_volatile_p (const gasm *asm_stmt)
3537 return (asm_stmt->subcode & GF_ASM_VOLATILE) != 0;
3541 /* If VOLATLE_P is true, mark asm statement ASM_STMT as volatile. */
3543 static inline void
3544 gimple_asm_set_volatile (gasm *asm_stmt, bool volatile_p)
3546 if (volatile_p)
3547 asm_stmt->subcode |= GF_ASM_VOLATILE;
3548 else
3549 asm_stmt->subcode &= ~GF_ASM_VOLATILE;
3553 /* If INPUT_P is true, mark asm ASM_STMT as an ASM_INPUT. */
3555 static inline void
3556 gimple_asm_set_input (gasm *asm_stmt, bool input_p)
3558 if (input_p)
3559 asm_stmt->subcode |= GF_ASM_INPUT;
3560 else
3561 asm_stmt->subcode &= ~GF_ASM_INPUT;
3565 /* Return true if asm ASM_STMT is an ASM_INPUT. */
3567 static inline bool
3568 gimple_asm_input_p (const gasm *asm_stmt)
3570 return (asm_stmt->subcode & GF_ASM_INPUT) != 0;
3574 /* Return the types handled by GIMPLE_CATCH statement CATCH_STMT. */
3576 static inline tree
3577 gimple_catch_types (const gcatch *catch_stmt)
3579 return catch_stmt->types;
3583 /* Return a pointer to the types handled by GIMPLE_CATCH statement CATCH_STMT. */
3585 static inline tree *
3586 gimple_catch_types_ptr (gcatch *catch_stmt)
3588 return &catch_stmt->types;
3592 /* Return a pointer to the GIMPLE sequence representing the body of
3593 the handler of GIMPLE_CATCH statement CATCH_STMT. */
3595 static inline gimple_seq *
3596 gimple_catch_handler_ptr (gcatch *catch_stmt)
3598 return &catch_stmt->handler;
3602 /* Return the GIMPLE sequence representing the body of the handler of
3603 GIMPLE_CATCH statement CATCH_STMT. */
3605 static inline gimple_seq
3606 gimple_catch_handler (gcatch *catch_stmt)
3608 return *gimple_catch_handler_ptr (catch_stmt);
3612 /* Set T to be the set of types handled by GIMPLE_CATCH CATCH_STMT. */
3614 static inline void
3615 gimple_catch_set_types (gcatch *catch_stmt, tree t)
3617 catch_stmt->types = t;
3621 /* Set HANDLER to be the body of GIMPLE_CATCH CATCH_STMT. */
3623 static inline void
3624 gimple_catch_set_handler (gcatch *catch_stmt, gimple_seq handler)
3626 catch_stmt->handler = handler;
3630 /* Return the types handled by GIMPLE_EH_FILTER statement GS. */
3632 static inline tree
3633 gimple_eh_filter_types (const_gimple gs)
3635 const geh_filter *eh_filter_stmt = as_a <const geh_filter *> (gs);
3636 return eh_filter_stmt->types;
3640 /* Return a pointer to the types handled by GIMPLE_EH_FILTER statement
3641 GS. */
3643 static inline tree *
3644 gimple_eh_filter_types_ptr (gimple gs)
3646 geh_filter *eh_filter_stmt = as_a <geh_filter *> (gs);
3647 return &eh_filter_stmt->types;
3651 /* Return a pointer to the sequence of statement to execute when
3652 GIMPLE_EH_FILTER statement fails. */
3654 static inline gimple_seq *
3655 gimple_eh_filter_failure_ptr (gimple gs)
3657 geh_filter *eh_filter_stmt = as_a <geh_filter *> (gs);
3658 return &eh_filter_stmt->failure;
3662 /* Return the sequence of statement to execute when GIMPLE_EH_FILTER
3663 statement fails. */
3665 static inline gimple_seq
3666 gimple_eh_filter_failure (gimple gs)
3668 return *gimple_eh_filter_failure_ptr (gs);
3672 /* Set TYPES to be the set of types handled by GIMPLE_EH_FILTER
3673 EH_FILTER_STMT. */
3675 static inline void
3676 gimple_eh_filter_set_types (geh_filter *eh_filter_stmt, tree types)
3678 eh_filter_stmt->types = types;
3682 /* Set FAILURE to be the sequence of statements to execute on failure
3683 for GIMPLE_EH_FILTER EH_FILTER_STMT. */
3685 static inline void
3686 gimple_eh_filter_set_failure (geh_filter *eh_filter_stmt,
3687 gimple_seq failure)
3689 eh_filter_stmt->failure = failure;
3692 /* Get the function decl to be called by the MUST_NOT_THROW region. */
3694 static inline tree
3695 gimple_eh_must_not_throw_fndecl (geh_mnt *eh_mnt_stmt)
3697 return eh_mnt_stmt->fndecl;
3700 /* Set the function decl to be called by GS to DECL. */
3702 static inline void
3703 gimple_eh_must_not_throw_set_fndecl (geh_mnt *eh_mnt_stmt,
3704 tree decl)
3706 eh_mnt_stmt->fndecl = decl;
3709 /* GIMPLE_EH_ELSE accessors. */
3711 static inline gimple_seq *
3712 gimple_eh_else_n_body_ptr (geh_else *eh_else_stmt)
3714 return &eh_else_stmt->n_body;
3717 static inline gimple_seq
3718 gimple_eh_else_n_body (geh_else *eh_else_stmt)
3720 return *gimple_eh_else_n_body_ptr (eh_else_stmt);
3723 static inline gimple_seq *
3724 gimple_eh_else_e_body_ptr (geh_else *eh_else_stmt)
3726 return &eh_else_stmt->e_body;
3729 static inline gimple_seq
3730 gimple_eh_else_e_body (geh_else *eh_else_stmt)
3732 return *gimple_eh_else_e_body_ptr (eh_else_stmt);
3735 static inline void
3736 gimple_eh_else_set_n_body (geh_else *eh_else_stmt, gimple_seq seq)
3738 eh_else_stmt->n_body = seq;
3741 static inline void
3742 gimple_eh_else_set_e_body (geh_else *eh_else_stmt, gimple_seq seq)
3744 eh_else_stmt->e_body = seq;
3747 /* GIMPLE_TRY accessors. */
3749 /* Return the kind of try block represented by GIMPLE_TRY GS. This is
3750 either GIMPLE_TRY_CATCH or GIMPLE_TRY_FINALLY. */
3752 static inline enum gimple_try_flags
3753 gimple_try_kind (const_gimple gs)
3755 GIMPLE_CHECK (gs, GIMPLE_TRY);
3756 return (enum gimple_try_flags) (gs->subcode & GIMPLE_TRY_KIND);
3760 /* Set the kind of try block represented by GIMPLE_TRY GS. */
3762 static inline void
3763 gimple_try_set_kind (gtry *gs, enum gimple_try_flags kind)
3765 gcc_gimple_checking_assert (kind == GIMPLE_TRY_CATCH
3766 || kind == GIMPLE_TRY_FINALLY);
3767 if (gimple_try_kind (gs) != kind)
3768 gs->subcode = (unsigned int) kind;
3772 /* Return the GIMPLE_TRY_CATCH_IS_CLEANUP flag. */
3774 static inline bool
3775 gimple_try_catch_is_cleanup (const_gimple gs)
3777 gcc_gimple_checking_assert (gimple_try_kind (gs) == GIMPLE_TRY_CATCH);
3778 return (gs->subcode & GIMPLE_TRY_CATCH_IS_CLEANUP) != 0;
3782 /* Return a pointer to the sequence of statements used as the
3783 body for GIMPLE_TRY GS. */
3785 static inline gimple_seq *
3786 gimple_try_eval_ptr (gimple gs)
3788 gtry *try_stmt = as_a <gtry *> (gs);
3789 return &try_stmt->eval;
3793 /* Return the sequence of statements used as the body for GIMPLE_TRY GS. */
3795 static inline gimple_seq
3796 gimple_try_eval (gimple gs)
3798 return *gimple_try_eval_ptr (gs);
3802 /* Return a pointer to the sequence of statements used as the cleanup body for
3803 GIMPLE_TRY GS. */
3805 static inline gimple_seq *
3806 gimple_try_cleanup_ptr (gimple gs)
3808 gtry *try_stmt = as_a <gtry *> (gs);
3809 return &try_stmt->cleanup;
3813 /* Return the sequence of statements used as the cleanup body for
3814 GIMPLE_TRY GS. */
3816 static inline gimple_seq
3817 gimple_try_cleanup (gimple gs)
3819 return *gimple_try_cleanup_ptr (gs);
3823 /* Set the GIMPLE_TRY_CATCH_IS_CLEANUP flag. */
3825 static inline void
3826 gimple_try_set_catch_is_cleanup (gtry *g, bool catch_is_cleanup)
3828 gcc_gimple_checking_assert (gimple_try_kind (g) == GIMPLE_TRY_CATCH);
3829 if (catch_is_cleanup)
3830 g->subcode |= GIMPLE_TRY_CATCH_IS_CLEANUP;
3831 else
3832 g->subcode &= ~GIMPLE_TRY_CATCH_IS_CLEANUP;
3836 /* Set EVAL to be the sequence of statements to use as the body for
3837 GIMPLE_TRY TRY_STMT. */
3839 static inline void
3840 gimple_try_set_eval (gtry *try_stmt, gimple_seq eval)
3842 try_stmt->eval = eval;
3846 /* Set CLEANUP to be the sequence of statements to use as the cleanup
3847 body for GIMPLE_TRY TRY_STMT. */
3849 static inline void
3850 gimple_try_set_cleanup (gtry *try_stmt, gimple_seq cleanup)
3852 try_stmt->cleanup = cleanup;
3856 /* Return a pointer to the cleanup sequence for cleanup statement GS. */
3858 static inline gimple_seq *
3859 gimple_wce_cleanup_ptr (gimple gs)
3861 gimple_statement_wce *wce_stmt = as_a <gimple_statement_wce *> (gs);
3862 return &wce_stmt->cleanup;
3866 /* Return the cleanup sequence for cleanup statement GS. */
3868 static inline gimple_seq
3869 gimple_wce_cleanup (gimple gs)
3871 return *gimple_wce_cleanup_ptr (gs);
3875 /* Set CLEANUP to be the cleanup sequence for GS. */
3877 static inline void
3878 gimple_wce_set_cleanup (gimple gs, gimple_seq cleanup)
3880 gimple_statement_wce *wce_stmt = as_a <gimple_statement_wce *> (gs);
3881 wce_stmt->cleanup = cleanup;
3885 /* Return the CLEANUP_EH_ONLY flag for a WCE tuple. */
3887 static inline bool
3888 gimple_wce_cleanup_eh_only (const_gimple gs)
3890 GIMPLE_CHECK (gs, GIMPLE_WITH_CLEANUP_EXPR);
3891 return gs->subcode != 0;
3895 /* Set the CLEANUP_EH_ONLY flag for a WCE tuple. */
3897 static inline void
3898 gimple_wce_set_cleanup_eh_only (gimple gs, bool eh_only_p)
3900 GIMPLE_CHECK (gs, GIMPLE_WITH_CLEANUP_EXPR);
3901 gs->subcode = (unsigned int) eh_only_p;
3905 /* Return the maximum number of arguments supported by GIMPLE_PHI GS. */
3907 static inline unsigned
3908 gimple_phi_capacity (const_gimple gs)
3910 const gphi *phi_stmt = as_a <const gphi *> (gs);
3911 return phi_stmt->capacity;
3915 /* Return the number of arguments in GIMPLE_PHI GS. This must always
3916 be exactly the number of incoming edges for the basic block holding
3917 GS. */
3919 static inline unsigned
3920 gimple_phi_num_args (const_gimple gs)
3922 const gphi *phi_stmt = as_a <const gphi *> (gs);
3923 return phi_stmt->nargs;
3927 /* Return the SSA name created by GIMPLE_PHI GS. */
3929 static inline tree
3930 gimple_phi_result (const_gimple gs)
3932 const gphi *phi_stmt = as_a <const gphi *> (gs);
3933 return phi_stmt->result;
3936 /* Return a pointer to the SSA name created by GIMPLE_PHI GS. */
3938 static inline tree *
3939 gimple_phi_result_ptr (gimple gs)
3941 gphi *phi_stmt = as_a <gphi *> (gs);
3942 return &phi_stmt->result;
3945 /* Set RESULT to be the SSA name created by GIMPLE_PHI PHI. */
3947 static inline void
3948 gimple_phi_set_result (gphi *phi, tree result)
3950 phi->result = result;
3951 if (result && TREE_CODE (result) == SSA_NAME)
3952 SSA_NAME_DEF_STMT (result) = phi;
3956 /* Return the PHI argument corresponding to incoming edge INDEX for
3957 GIMPLE_PHI GS. */
3959 static inline struct phi_arg_d *
3960 gimple_phi_arg (gimple gs, unsigned index)
3962 gphi *phi_stmt = as_a <gphi *> (gs);
3963 gcc_gimple_checking_assert (index <= phi_stmt->capacity);
3964 return &(phi_stmt->args[index]);
3967 /* Set PHIARG to be the argument corresponding to incoming edge INDEX
3968 for GIMPLE_PHI PHI. */
3970 static inline void
3971 gimple_phi_set_arg (gphi *phi, unsigned index, struct phi_arg_d * phiarg)
3973 gcc_gimple_checking_assert (index <= phi->nargs);
3974 phi->args[index] = *phiarg;
3977 /* Return the PHI nodes for basic block BB, or NULL if there are no
3978 PHI nodes. */
3980 static inline gimple_seq
3981 phi_nodes (const_basic_block bb)
3983 gcc_checking_assert (!(bb->flags & BB_RTL));
3984 return bb->il.gimple.phi_nodes;
3987 /* Return a pointer to the PHI nodes for basic block BB. */
3989 static inline gimple_seq *
3990 phi_nodes_ptr (basic_block bb)
3992 gcc_checking_assert (!(bb->flags & BB_RTL));
3993 return &bb->il.gimple.phi_nodes;
3996 /* Return the tree operand for argument I of PHI node GS. */
3998 static inline tree
3999 gimple_phi_arg_def (gimple gs, size_t index)
4001 return gimple_phi_arg (gs, index)->def;
4005 /* Return a pointer to the tree operand for argument I of phi node PHI. */
4007 static inline tree *
4008 gimple_phi_arg_def_ptr (gphi *phi, size_t index)
4010 return &gimple_phi_arg (phi, index)->def;
4013 /* Return the edge associated with argument I of phi node PHI. */
4015 static inline edge
4016 gimple_phi_arg_edge (gphi *phi, size_t i)
4018 return EDGE_PRED (gimple_bb (phi), i);
4021 /* Return the source location of gimple argument I of phi node PHI. */
4023 static inline source_location
4024 gimple_phi_arg_location (gphi *phi, size_t i)
4026 return gimple_phi_arg (phi, i)->locus;
4029 /* Return the source location of the argument on edge E of phi node PHI. */
4031 static inline source_location
4032 gimple_phi_arg_location_from_edge (gphi *phi, edge e)
4034 return gimple_phi_arg (phi, e->dest_idx)->locus;
4037 /* Set the source location of gimple argument I of phi node PHI to LOC. */
4039 static inline void
4040 gimple_phi_arg_set_location (gphi *phi, size_t i, source_location loc)
4042 gimple_phi_arg (phi, i)->locus = loc;
4045 /* Return TRUE if argument I of phi node PHI has a location record. */
4047 static inline bool
4048 gimple_phi_arg_has_location (gphi *phi, size_t i)
4050 return gimple_phi_arg_location (phi, i) != UNKNOWN_LOCATION;
4054 /* Return the region number for GIMPLE_RESX RESX_STMT. */
4056 static inline int
4057 gimple_resx_region (const gresx *resx_stmt)
4059 return resx_stmt->region;
4062 /* Set REGION to be the region number for GIMPLE_RESX RESX_STMT. */
4064 static inline void
4065 gimple_resx_set_region (gresx *resx_stmt, int region)
4067 resx_stmt->region = region;
4070 /* Return the region number for GIMPLE_EH_DISPATCH EH_DISPATCH_STMT. */
4072 static inline int
4073 gimple_eh_dispatch_region (const geh_dispatch *eh_dispatch_stmt)
4075 return eh_dispatch_stmt->region;
4078 /* Set REGION to be the region number for GIMPLE_EH_DISPATCH
4079 EH_DISPATCH_STMT. */
4081 static inline void
4082 gimple_eh_dispatch_set_region (geh_dispatch *eh_dispatch_stmt, int region)
4084 eh_dispatch_stmt->region = region;
4087 /* Return the number of labels associated with the switch statement GS. */
4089 static inline unsigned
4090 gimple_switch_num_labels (const gswitch *gs)
4092 unsigned num_ops;
4093 GIMPLE_CHECK (gs, GIMPLE_SWITCH);
4094 num_ops = gimple_num_ops (gs);
4095 gcc_gimple_checking_assert (num_ops > 1);
4096 return num_ops - 1;
4100 /* Set NLABELS to be the number of labels for the switch statement GS. */
4102 static inline void
4103 gimple_switch_set_num_labels (gswitch *g, unsigned nlabels)
4105 GIMPLE_CHECK (g, GIMPLE_SWITCH);
4106 gimple_set_num_ops (g, nlabels + 1);
4110 /* Return the index variable used by the switch statement GS. */
4112 static inline tree
4113 gimple_switch_index (const gswitch *gs)
4115 return gimple_op (gs, 0);
4119 /* Return a pointer to the index variable for the switch statement GS. */
4121 static inline tree *
4122 gimple_switch_index_ptr (const gswitch *gs)
4124 return gimple_op_ptr (gs, 0);
4128 /* Set INDEX to be the index variable for switch statement GS. */
4130 static inline void
4131 gimple_switch_set_index (gswitch *gs, tree index)
4133 GIMPLE_CHECK (gs, GIMPLE_SWITCH);
4134 gcc_gimple_checking_assert (SSA_VAR_P (index) || CONSTANT_CLASS_P (index));
4135 gimple_set_op (gs, 0, index);
4139 /* Return the label numbered INDEX. The default label is 0, followed by any
4140 labels in a switch statement. */
4142 static inline tree
4143 gimple_switch_label (const gswitch *gs, unsigned index)
4145 GIMPLE_CHECK (gs, GIMPLE_SWITCH);
4146 gcc_gimple_checking_assert (gimple_num_ops (gs) > index + 1);
4147 return gimple_op (gs, index + 1);
4150 /* Set the label number INDEX to LABEL. 0 is always the default label. */
4152 static inline void
4153 gimple_switch_set_label (gswitch *gs, unsigned index, tree label)
4155 GIMPLE_CHECK (gs, GIMPLE_SWITCH);
4156 gcc_gimple_checking_assert (gimple_num_ops (gs) > index + 1
4157 && (label == NULL_TREE
4158 || TREE_CODE (label) == CASE_LABEL_EXPR));
4159 gimple_set_op (gs, index + 1, label);
4162 /* Return the default label for a switch statement. */
4164 static inline tree
4165 gimple_switch_default_label (const gswitch *gs)
4167 tree label = gimple_switch_label (gs, 0);
4168 gcc_checking_assert (!CASE_LOW (label) && !CASE_HIGH (label));
4169 return label;
4172 /* Set the default label for a switch statement. */
4174 static inline void
4175 gimple_switch_set_default_label (gswitch *gs, tree label)
4177 gcc_checking_assert (!CASE_LOW (label) && !CASE_HIGH (label));
4178 gimple_switch_set_label (gs, 0, label);
4181 /* Return true if GS is a GIMPLE_DEBUG statement. */
4183 static inline bool
4184 is_gimple_debug (const_gimple gs)
4186 return gimple_code (gs) == GIMPLE_DEBUG;
4189 /* Return true if S is a GIMPLE_DEBUG BIND statement. */
4191 static inline bool
4192 gimple_debug_bind_p (const_gimple s)
4194 if (is_gimple_debug (s))
4195 return s->subcode == GIMPLE_DEBUG_BIND;
4197 return false;
4200 /* Return the variable bound in a GIMPLE_DEBUG bind statement. */
4202 static inline tree
4203 gimple_debug_bind_get_var (gimple dbg)
4205 GIMPLE_CHECK (dbg, GIMPLE_DEBUG);
4206 gcc_gimple_checking_assert (gimple_debug_bind_p (dbg));
4207 return gimple_op (dbg, 0);
4210 /* Return the value bound to the variable in a GIMPLE_DEBUG bind
4211 statement. */
4213 static inline tree
4214 gimple_debug_bind_get_value (gimple dbg)
4216 GIMPLE_CHECK (dbg, GIMPLE_DEBUG);
4217 gcc_gimple_checking_assert (gimple_debug_bind_p (dbg));
4218 return gimple_op (dbg, 1);
4221 /* Return a pointer to the value bound to the variable in a
4222 GIMPLE_DEBUG bind statement. */
4224 static inline tree *
4225 gimple_debug_bind_get_value_ptr (gimple dbg)
4227 GIMPLE_CHECK (dbg, GIMPLE_DEBUG);
4228 gcc_gimple_checking_assert (gimple_debug_bind_p (dbg));
4229 return gimple_op_ptr (dbg, 1);
4232 /* Set the variable bound in a GIMPLE_DEBUG bind statement. */
4234 static inline void
4235 gimple_debug_bind_set_var (gimple dbg, tree var)
4237 GIMPLE_CHECK (dbg, GIMPLE_DEBUG);
4238 gcc_gimple_checking_assert (gimple_debug_bind_p (dbg));
4239 gimple_set_op (dbg, 0, var);
4242 /* Set the value bound to the variable in a GIMPLE_DEBUG bind
4243 statement. */
4245 static inline void
4246 gimple_debug_bind_set_value (gimple dbg, tree value)
4248 GIMPLE_CHECK (dbg, GIMPLE_DEBUG);
4249 gcc_gimple_checking_assert (gimple_debug_bind_p (dbg));
4250 gimple_set_op (dbg, 1, value);
4253 /* The second operand of a GIMPLE_DEBUG_BIND, when the value was
4254 optimized away. */
4255 #define GIMPLE_DEBUG_BIND_NOVALUE NULL_TREE /* error_mark_node */
4257 /* Remove the value bound to the variable in a GIMPLE_DEBUG bind
4258 statement. */
4260 static inline void
4261 gimple_debug_bind_reset_value (gimple dbg)
4263 GIMPLE_CHECK (dbg, GIMPLE_DEBUG);
4264 gcc_gimple_checking_assert (gimple_debug_bind_p (dbg));
4265 gimple_set_op (dbg, 1, GIMPLE_DEBUG_BIND_NOVALUE);
4268 /* Return true if the GIMPLE_DEBUG bind statement is bound to a
4269 value. */
4271 static inline bool
4272 gimple_debug_bind_has_value_p (gimple dbg)
4274 GIMPLE_CHECK (dbg, GIMPLE_DEBUG);
4275 gcc_gimple_checking_assert (gimple_debug_bind_p (dbg));
4276 return gimple_op (dbg, 1) != GIMPLE_DEBUG_BIND_NOVALUE;
4279 #undef GIMPLE_DEBUG_BIND_NOVALUE
4281 /* Return true if S is a GIMPLE_DEBUG SOURCE BIND statement. */
4283 static inline bool
4284 gimple_debug_source_bind_p (const_gimple s)
4286 if (is_gimple_debug (s))
4287 return s->subcode == GIMPLE_DEBUG_SOURCE_BIND;
4289 return false;
4292 /* Return the variable bound in a GIMPLE_DEBUG source bind statement. */
4294 static inline tree
4295 gimple_debug_source_bind_get_var (gimple dbg)
4297 GIMPLE_CHECK (dbg, GIMPLE_DEBUG);
4298 gcc_gimple_checking_assert (gimple_debug_source_bind_p (dbg));
4299 return gimple_op (dbg, 0);
4302 /* Return the value bound to the variable in a GIMPLE_DEBUG source bind
4303 statement. */
4305 static inline tree
4306 gimple_debug_source_bind_get_value (gimple dbg)
4308 GIMPLE_CHECK (dbg, GIMPLE_DEBUG);
4309 gcc_gimple_checking_assert (gimple_debug_source_bind_p (dbg));
4310 return gimple_op (dbg, 1);
4313 /* Return a pointer to the value bound to the variable in a
4314 GIMPLE_DEBUG source bind statement. */
4316 static inline tree *
4317 gimple_debug_source_bind_get_value_ptr (gimple dbg)
4319 GIMPLE_CHECK (dbg, GIMPLE_DEBUG);
4320 gcc_gimple_checking_assert (gimple_debug_source_bind_p (dbg));
4321 return gimple_op_ptr (dbg, 1);
4324 /* Set the variable bound in a GIMPLE_DEBUG source bind statement. */
4326 static inline void
4327 gimple_debug_source_bind_set_var (gimple dbg, tree var)
4329 GIMPLE_CHECK (dbg, GIMPLE_DEBUG);
4330 gcc_gimple_checking_assert (gimple_debug_source_bind_p (dbg));
4331 gimple_set_op (dbg, 0, var);
4334 /* Set the value bound to the variable in a GIMPLE_DEBUG source bind
4335 statement. */
4337 static inline void
4338 gimple_debug_source_bind_set_value (gimple dbg, tree value)
4340 GIMPLE_CHECK (dbg, GIMPLE_DEBUG);
4341 gcc_gimple_checking_assert (gimple_debug_source_bind_p (dbg));
4342 gimple_set_op (dbg, 1, value);
4345 /* Return the line number for EXPR, or return -1 if we have no line
4346 number information for it. */
4347 static inline int
4348 get_lineno (const_gimple stmt)
4350 location_t loc;
4352 if (!stmt)
4353 return -1;
4355 loc = gimple_location (stmt);
4356 if (loc == UNKNOWN_LOCATION)
4357 return -1;
4359 return LOCATION_LINE (loc);
4362 /* Return a pointer to the body for the OMP statement GS. */
4364 static inline gimple_seq *
4365 gimple_omp_body_ptr (gimple gs)
4367 return &static_cast <gimple_statement_omp *> (gs)->body;
4370 /* Return the body for the OMP statement GS. */
4372 static inline gimple_seq
4373 gimple_omp_body (gimple gs)
4375 return *gimple_omp_body_ptr (gs);
4378 /* Set BODY to be the body for the OMP statement GS. */
4380 static inline void
4381 gimple_omp_set_body (gimple gs, gimple_seq body)
4383 static_cast <gimple_statement_omp *> (gs)->body = body;
4387 /* Return the name associated with OMP_CRITICAL statement CRIT_STMT. */
4389 static inline tree
4390 gimple_omp_critical_name (const gomp_critical *crit_stmt)
4392 return crit_stmt->name;
4396 /* Return a pointer to the name associated with OMP critical statement GS. */
4398 static inline tree *
4399 gimple_omp_critical_name_ptr (gomp_critical *crit_stmt)
4401 return &crit_stmt->name;
4405 /* Set NAME to be the name associated with OMP critical statement GS. */
4407 static inline void
4408 gimple_omp_critical_set_name (gomp_critical *crit_stmt, tree name)
4410 crit_stmt->name = name;
4414 /* Return the kind of OMP for statemement. */
4416 static inline int
4417 gimple_omp_for_kind (const_gimple g)
4419 GIMPLE_CHECK (g, GIMPLE_OMP_FOR);
4420 return (gimple_omp_subcode (g) & GF_OMP_FOR_KIND_MASK);
4424 /* Set the OMP for kind. */
4426 static inline void
4427 gimple_omp_for_set_kind (gomp_for *g, int kind)
4429 g->subcode = (g->subcode & ~GF_OMP_FOR_KIND_MASK)
4430 | (kind & GF_OMP_FOR_KIND_MASK);
4434 /* Return true if OMP for statement G has the
4435 GF_OMP_FOR_COMBINED flag set. */
4437 static inline bool
4438 gimple_omp_for_combined_p (const_gimple g)
4440 GIMPLE_CHECK (g, GIMPLE_OMP_FOR);
4441 return (gimple_omp_subcode (g) & GF_OMP_FOR_COMBINED) != 0;
4445 /* Set the GF_OMP_FOR_COMBINED field in G depending on the boolean
4446 value of COMBINED_P. */
4448 static inline void
4449 gimple_omp_for_set_combined_p (gomp_for *g, bool combined_p)
4451 if (combined_p)
4452 g->subcode |= GF_OMP_FOR_COMBINED;
4453 else
4454 g->subcode &= ~GF_OMP_FOR_COMBINED;
4458 /* Return true if OMP for statement G has the
4459 GF_OMP_FOR_COMBINED_INTO flag set. */
4461 static inline bool
4462 gimple_omp_for_combined_into_p (const_gimple g)
4464 GIMPLE_CHECK (g, GIMPLE_OMP_FOR);
4465 return (gimple_omp_subcode (g) & GF_OMP_FOR_COMBINED_INTO) != 0;
4469 /* Set the GF_OMP_FOR_COMBINED_INTO field in G depending on the boolean
4470 value of COMBINED_P. */
4472 static inline void
4473 gimple_omp_for_set_combined_into_p (gomp_for *g, bool combined_p)
4475 if (combined_p)
4476 g->subcode |= GF_OMP_FOR_COMBINED_INTO;
4477 else
4478 g->subcode &= ~GF_OMP_FOR_COMBINED_INTO;
4482 /* Return the clauses associated with OMP_FOR GS. */
4484 static inline tree
4485 gimple_omp_for_clauses (const_gimple gs)
4487 const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
4488 return omp_for_stmt->clauses;
4492 /* Return a pointer to the OMP_FOR GS. */
4494 static inline tree *
4495 gimple_omp_for_clauses_ptr (gimple gs)
4497 gomp_for *omp_for_stmt = as_a <gomp_for *> (gs);
4498 return &omp_for_stmt->clauses;
4502 /* Set CLAUSES to be the list of clauses associated with OMP_FOR GS. */
4504 static inline void
4505 gimple_omp_for_set_clauses (gimple gs, tree clauses)
4507 gomp_for *omp_for_stmt = as_a <gomp_for *> (gs);
4508 omp_for_stmt->clauses = clauses;
4512 /* Get the collapse count of OMP_FOR GS. */
4514 static inline size_t
4515 gimple_omp_for_collapse (gimple gs)
4517 gomp_for *omp_for_stmt = as_a <gomp_for *> (gs);
4518 return omp_for_stmt->collapse;
4522 /* Return the index variable for OMP_FOR GS. */
4524 static inline tree
4525 gimple_omp_for_index (const_gimple gs, size_t i)
4527 const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
4528 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
4529 return omp_for_stmt->iter[i].index;
4533 /* Return a pointer to the index variable for OMP_FOR GS. */
4535 static inline tree *
4536 gimple_omp_for_index_ptr (gimple gs, size_t i)
4538 gomp_for *omp_for_stmt = as_a <gomp_for *> (gs);
4539 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
4540 return &omp_for_stmt->iter[i].index;
4544 /* Set INDEX to be the index variable for OMP_FOR GS. */
4546 static inline void
4547 gimple_omp_for_set_index (gimple gs, size_t i, tree index)
4549 gomp_for *omp_for_stmt = as_a <gomp_for *> (gs);
4550 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
4551 omp_for_stmt->iter[i].index = index;
4555 /* Return the initial value for OMP_FOR GS. */
4557 static inline tree
4558 gimple_omp_for_initial (const_gimple gs, size_t i)
4560 const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
4561 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
4562 return omp_for_stmt->iter[i].initial;
4566 /* Return a pointer to the initial value for OMP_FOR GS. */
4568 static inline tree *
4569 gimple_omp_for_initial_ptr (gimple gs, size_t i)
4571 gomp_for *omp_for_stmt = as_a <gomp_for *> (gs);
4572 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
4573 return &omp_for_stmt->iter[i].initial;
4577 /* Set INITIAL to be the initial value for OMP_FOR GS. */
4579 static inline void
4580 gimple_omp_for_set_initial (gimple gs, size_t i, tree initial)
4582 gomp_for *omp_for_stmt = as_a <gomp_for *> (gs);
4583 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
4584 omp_for_stmt->iter[i].initial = initial;
4588 /* Return the final value for OMP_FOR GS. */
4590 static inline tree
4591 gimple_omp_for_final (const_gimple gs, size_t i)
4593 const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
4594 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
4595 return omp_for_stmt->iter[i].final;
4599 /* Return a pointer to the final value for OMP_FOR GS. */
4601 static inline tree *
4602 gimple_omp_for_final_ptr (gimple gs, size_t i)
4604 gomp_for *omp_for_stmt = as_a <gomp_for *> (gs);
4605 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
4606 return &omp_for_stmt->iter[i].final;
4610 /* Set FINAL to be the final value for OMP_FOR GS. */
4612 static inline void
4613 gimple_omp_for_set_final (gimple gs, size_t i, tree final)
4615 gomp_for *omp_for_stmt = as_a <gomp_for *> (gs);
4616 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
4617 omp_for_stmt->iter[i].final = final;
4621 /* Return the increment value for OMP_FOR GS. */
4623 static inline tree
4624 gimple_omp_for_incr (const_gimple gs, size_t i)
4626 const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
4627 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
4628 return omp_for_stmt->iter[i].incr;
4632 /* Return a pointer to the increment value for OMP_FOR GS. */
4634 static inline tree *
4635 gimple_omp_for_incr_ptr (gimple gs, size_t i)
4637 gomp_for *omp_for_stmt = as_a <gomp_for *> (gs);
4638 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
4639 return &omp_for_stmt->iter[i].incr;
4643 /* Set INCR to be the increment value for OMP_FOR GS. */
4645 static inline void
4646 gimple_omp_for_set_incr (gimple gs, size_t i, tree incr)
4648 gomp_for *omp_for_stmt = as_a <gomp_for *> (gs);
4649 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
4650 omp_for_stmt->iter[i].incr = incr;
4654 /* Return a pointer to the sequence of statements to execute before the OMP_FOR
4655 statement GS starts. */
4657 static inline gimple_seq *
4658 gimple_omp_for_pre_body_ptr (gimple gs)
4660 gomp_for *omp_for_stmt = as_a <gomp_for *> (gs);
4661 return &omp_for_stmt->pre_body;
4665 /* Return the sequence of statements to execute before the OMP_FOR
4666 statement GS starts. */
4668 static inline gimple_seq
4669 gimple_omp_for_pre_body (gimple gs)
4671 return *gimple_omp_for_pre_body_ptr (gs);
4675 /* Set PRE_BODY to be the sequence of statements to execute before the
4676 OMP_FOR statement GS starts. */
4678 static inline void
4679 gimple_omp_for_set_pre_body (gimple gs, gimple_seq pre_body)
4681 gomp_for *omp_for_stmt = as_a <gomp_for *> (gs);
4682 omp_for_stmt->pre_body = pre_body;
4686 /* Return the clauses associated with OMP_PARALLEL GS. */
4688 static inline tree
4689 gimple_omp_parallel_clauses (const_gimple gs)
4691 const gomp_parallel *omp_parallel_stmt = as_a <const gomp_parallel *> (gs);
4692 return omp_parallel_stmt->clauses;
4696 /* Return a pointer to the clauses associated with OMP_PARALLEL_STMT. */
4698 static inline tree *
4699 gimple_omp_parallel_clauses_ptr (gomp_parallel *omp_parallel_stmt)
4701 return &omp_parallel_stmt->clauses;
4705 /* Set CLAUSES to be the list of clauses associated with OMP_PARALLEL_STMT. */
4707 static inline void
4708 gimple_omp_parallel_set_clauses (gomp_parallel *omp_parallel_stmt,
4709 tree clauses)
4711 omp_parallel_stmt->clauses = clauses;
4715 /* Return the child function used to hold the body of OMP_PARALLEL_STMT. */
4717 static inline tree
4718 gimple_omp_parallel_child_fn (const gomp_parallel *omp_parallel_stmt)
4720 return omp_parallel_stmt->child_fn;
4723 /* Return a pointer to the child function used to hold the body of
4724 OMP_PARALLEL_STMT. */
4726 static inline tree *
4727 gimple_omp_parallel_child_fn_ptr (gomp_parallel *omp_parallel_stmt)
4729 return &omp_parallel_stmt->child_fn;
4733 /* Set CHILD_FN to be the child function for OMP_PARALLEL_STMT. */
4735 static inline void
4736 gimple_omp_parallel_set_child_fn (gomp_parallel *omp_parallel_stmt,
4737 tree child_fn)
4739 omp_parallel_stmt->child_fn = child_fn;
4743 /* Return the artificial argument used to send variables and values
4744 from the parent to the children threads in OMP_PARALLEL_STMT. */
4746 static inline tree
4747 gimple_omp_parallel_data_arg (const gomp_parallel *omp_parallel_stmt)
4749 return omp_parallel_stmt->data_arg;
4753 /* Return a pointer to the data argument for OMP_PARALLEL_STMT. */
4755 static inline tree *
4756 gimple_omp_parallel_data_arg_ptr (gomp_parallel *omp_parallel_stmt)
4758 return &omp_parallel_stmt->data_arg;
4762 /* Set DATA_ARG to be the data argument for OMP_PARALLEL_STMT. */
4764 static inline void
4765 gimple_omp_parallel_set_data_arg (gomp_parallel *omp_parallel_stmt,
4766 tree data_arg)
4768 omp_parallel_stmt->data_arg = data_arg;
4772 /* Return the clauses associated with OMP_TASK GS. */
4774 static inline tree
4775 gimple_omp_task_clauses (const_gimple gs)
4777 const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
4778 return omp_task_stmt->clauses;
4782 /* Return a pointer to the clauses associated with OMP_TASK GS. */
4784 static inline tree *
4785 gimple_omp_task_clauses_ptr (gimple gs)
4787 gomp_task *omp_task_stmt = as_a <gomp_task *> (gs);
4788 return &omp_task_stmt->clauses;
4792 /* Set CLAUSES to be the list of clauses associated with OMP_TASK
4793 GS. */
4795 static inline void
4796 gimple_omp_task_set_clauses (gimple gs, tree clauses)
4798 gomp_task *omp_task_stmt = as_a <gomp_task *> (gs);
4799 omp_task_stmt->clauses = clauses;
4803 /* Return the child function used to hold the body of OMP_TASK GS. */
4805 static inline tree
4806 gimple_omp_task_child_fn (const_gimple gs)
4808 const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
4809 return omp_task_stmt->child_fn;
4812 /* Return a pointer to the child function used to hold the body of
4813 OMP_TASK GS. */
4815 static inline tree *
4816 gimple_omp_task_child_fn_ptr (gimple gs)
4818 gomp_task *omp_task_stmt = as_a <gomp_task *> (gs);
4819 return &omp_task_stmt->child_fn;
4823 /* Set CHILD_FN to be the child function for OMP_TASK GS. */
4825 static inline void
4826 gimple_omp_task_set_child_fn (gimple gs, tree child_fn)
4828 gomp_task *omp_task_stmt = as_a <gomp_task *> (gs);
4829 omp_task_stmt->child_fn = child_fn;
4833 /* Return the artificial argument used to send variables and values
4834 from the parent to the children threads in OMP_TASK GS. */
4836 static inline tree
4837 gimple_omp_task_data_arg (const_gimple gs)
4839 const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
4840 return omp_task_stmt->data_arg;
4844 /* Return a pointer to the data argument for OMP_TASK GS. */
4846 static inline tree *
4847 gimple_omp_task_data_arg_ptr (gimple gs)
4849 gomp_task *omp_task_stmt = as_a <gomp_task *> (gs);
4850 return &omp_task_stmt->data_arg;
4854 /* Set DATA_ARG to be the data argument for OMP_TASK GS. */
4856 static inline void
4857 gimple_omp_task_set_data_arg (gimple gs, tree data_arg)
4859 gomp_task *omp_task_stmt = as_a <gomp_task *> (gs);
4860 omp_task_stmt->data_arg = data_arg;
4864 /* Return the clauses associated with OMP_TASK GS. */
4866 static inline tree
4867 gimple_omp_taskreg_clauses (const_gimple gs)
4869 const gimple_statement_omp_taskreg *omp_taskreg_stmt
4870 = as_a <const gimple_statement_omp_taskreg *> (gs);
4871 return omp_taskreg_stmt->clauses;
4875 /* Return a pointer to the clauses associated with OMP_TASK GS. */
4877 static inline tree *
4878 gimple_omp_taskreg_clauses_ptr (gimple gs)
4880 gimple_statement_omp_taskreg *omp_taskreg_stmt
4881 = as_a <gimple_statement_omp_taskreg *> (gs);
4882 return &omp_taskreg_stmt->clauses;
4886 /* Set CLAUSES to be the list of clauses associated with OMP_TASK
4887 GS. */
4889 static inline void
4890 gimple_omp_taskreg_set_clauses (gimple gs, tree clauses)
4892 gimple_statement_omp_taskreg *omp_taskreg_stmt
4893 = as_a <gimple_statement_omp_taskreg *> (gs);
4894 omp_taskreg_stmt->clauses = clauses;
4898 /* Return the child function used to hold the body of OMP_TASK GS. */
4900 static inline tree
4901 gimple_omp_taskreg_child_fn (const_gimple gs)
4903 const gimple_statement_omp_taskreg *omp_taskreg_stmt
4904 = as_a <const gimple_statement_omp_taskreg *> (gs);
4905 return omp_taskreg_stmt->child_fn;
4908 /* Return a pointer to the child function used to hold the body of
4909 OMP_TASK GS. */
4911 static inline tree *
4912 gimple_omp_taskreg_child_fn_ptr (gimple gs)
4914 gimple_statement_omp_taskreg *omp_taskreg_stmt
4915 = as_a <gimple_statement_omp_taskreg *> (gs);
4916 return &omp_taskreg_stmt->child_fn;
4920 /* Set CHILD_FN to be the child function for OMP_TASK GS. */
4922 static inline void
4923 gimple_omp_taskreg_set_child_fn (gimple gs, tree child_fn)
4925 gimple_statement_omp_taskreg *omp_taskreg_stmt
4926 = as_a <gimple_statement_omp_taskreg *> (gs);
4927 omp_taskreg_stmt->child_fn = child_fn;
4931 /* Return the artificial argument used to send variables and values
4932 from the parent to the children threads in OMP_TASK GS. */
4934 static inline tree
4935 gimple_omp_taskreg_data_arg (const_gimple gs)
4937 const gimple_statement_omp_taskreg *omp_taskreg_stmt
4938 = as_a <const gimple_statement_omp_taskreg *> (gs);
4939 return omp_taskreg_stmt->data_arg;
4943 /* Return a pointer to the data argument for OMP_TASK GS. */
4945 static inline tree *
4946 gimple_omp_taskreg_data_arg_ptr (gimple gs)
4948 gimple_statement_omp_taskreg *omp_taskreg_stmt
4949 = as_a <gimple_statement_omp_taskreg *> (gs);
4950 return &omp_taskreg_stmt->data_arg;
4954 /* Set DATA_ARG to be the data argument for OMP_TASK GS. */
4956 static inline void
4957 gimple_omp_taskreg_set_data_arg (gimple gs, tree data_arg)
4959 gimple_statement_omp_taskreg *omp_taskreg_stmt
4960 = as_a <gimple_statement_omp_taskreg *> (gs);
4961 omp_taskreg_stmt->data_arg = data_arg;
4965 /* Return the copy function used to hold the body of OMP_TASK GS. */
4967 static inline tree
4968 gimple_omp_task_copy_fn (const_gimple gs)
4970 const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
4971 return omp_task_stmt->copy_fn;
4974 /* Return a pointer to the copy function used to hold the body of
4975 OMP_TASK GS. */
4977 static inline tree *
4978 gimple_omp_task_copy_fn_ptr (gimple gs)
4980 gomp_task *omp_task_stmt = as_a <gomp_task *> (gs);
4981 return &omp_task_stmt->copy_fn;
4985 /* Set CHILD_FN to be the copy function for OMP_TASK GS. */
4987 static inline void
4988 gimple_omp_task_set_copy_fn (gimple gs, tree copy_fn)
4990 gomp_task *omp_task_stmt = as_a <gomp_task *> (gs);
4991 omp_task_stmt->copy_fn = copy_fn;
4995 /* Return size of the data block in bytes in OMP_TASK GS. */
4997 static inline tree
4998 gimple_omp_task_arg_size (const_gimple gs)
5000 const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
5001 return omp_task_stmt->arg_size;
5005 /* Return a pointer to the data block size for OMP_TASK GS. */
5007 static inline tree *
5008 gimple_omp_task_arg_size_ptr (gimple gs)
5010 gomp_task *omp_task_stmt = as_a <gomp_task *> (gs);
5011 return &omp_task_stmt->arg_size;
5015 /* Set ARG_SIZE to be the data block size for OMP_TASK GS. */
5017 static inline void
5018 gimple_omp_task_set_arg_size (gimple gs, tree arg_size)
5020 gomp_task *omp_task_stmt = as_a <gomp_task *> (gs);
5021 omp_task_stmt->arg_size = arg_size;
5025 /* Return align of the data block in bytes in OMP_TASK GS. */
5027 static inline tree
5028 gimple_omp_task_arg_align (const_gimple gs)
5030 const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
5031 return omp_task_stmt->arg_align;
5035 /* Return a pointer to the data block align for OMP_TASK GS. */
5037 static inline tree *
5038 gimple_omp_task_arg_align_ptr (gimple gs)
5040 gomp_task *omp_task_stmt = as_a <gomp_task *> (gs);
5041 return &omp_task_stmt->arg_align;
5045 /* Set ARG_SIZE to be the data block align for OMP_TASK GS. */
5047 static inline void
5048 gimple_omp_task_set_arg_align (gimple gs, tree arg_align)
5050 gomp_task *omp_task_stmt = as_a <gomp_task *> (gs);
5051 omp_task_stmt->arg_align = arg_align;
5055 /* Return the clauses associated with OMP_SINGLE GS. */
5057 static inline tree
5058 gimple_omp_single_clauses (const_gimple gs)
5060 const gomp_single *omp_single_stmt = as_a <const gomp_single *> (gs);
5061 return omp_single_stmt->clauses;
5065 /* Return a pointer to the clauses associated with OMP_SINGLE GS. */
5067 static inline tree *
5068 gimple_omp_single_clauses_ptr (gimple gs)
5070 gomp_single *omp_single_stmt = as_a <gomp_single *> (gs);
5071 return &omp_single_stmt->clauses;
5075 /* Set CLAUSES to be the clauses associated with OMP_SINGLE_STMT. */
5077 static inline void
5078 gimple_omp_single_set_clauses (gomp_single *omp_single_stmt, tree clauses)
5080 omp_single_stmt->clauses = clauses;
5084 /* Return the clauses associated with OMP_TARGET GS. */
5086 static inline tree
5087 gimple_omp_target_clauses (const_gimple gs)
5089 const gomp_target *omp_target_stmt = as_a <const gomp_target *> (gs);
5090 return omp_target_stmt->clauses;
5094 /* Return a pointer to the clauses associated with OMP_TARGET GS. */
5096 static inline tree *
5097 gimple_omp_target_clauses_ptr (gimple gs)
5099 gomp_target *omp_target_stmt = as_a <gomp_target *> (gs);
5100 return &omp_target_stmt->clauses;
5104 /* Set CLAUSES to be the clauses associated with OMP_TARGET_STMT. */
5106 static inline void
5107 gimple_omp_target_set_clauses (gomp_target *omp_target_stmt,
5108 tree clauses)
5110 omp_target_stmt->clauses = clauses;
5114 /* Return the kind of OMP target statemement. */
5116 static inline int
5117 gimple_omp_target_kind (const_gimple g)
5119 GIMPLE_CHECK (g, GIMPLE_OMP_TARGET);
5120 return (gimple_omp_subcode (g) & GF_OMP_TARGET_KIND_MASK);
5124 /* Set the OMP target kind. */
5126 static inline void
5127 gimple_omp_target_set_kind (gomp_target *g, int kind)
5129 g->subcode = (g->subcode & ~GF_OMP_TARGET_KIND_MASK)
5130 | (kind & GF_OMP_TARGET_KIND_MASK);
5134 /* Return the child function used to hold the body of OMP_TARGET_STMT. */
5136 static inline tree
5137 gimple_omp_target_child_fn (const gomp_target *omp_target_stmt)
5139 return omp_target_stmt->child_fn;
5142 /* Return a pointer to the child function used to hold the body of
5143 OMP_TARGET_STMT. */
5145 static inline tree *
5146 gimple_omp_target_child_fn_ptr (gomp_target *omp_target_stmt)
5148 return &omp_target_stmt->child_fn;
5152 /* Set CHILD_FN to be the child function for OMP_TARGET_STMT. */
5154 static inline void
5155 gimple_omp_target_set_child_fn (gomp_target *omp_target_stmt,
5156 tree child_fn)
5158 omp_target_stmt->child_fn = child_fn;
5162 /* Return the artificial argument used to send variables and values
5163 from the parent to the children threads in OMP_TARGET_STMT. */
5165 static inline tree
5166 gimple_omp_target_data_arg (const gomp_target *omp_target_stmt)
5168 return omp_target_stmt->data_arg;
5172 /* Return a pointer to the data argument for OMP_TARGET GS. */
5174 static inline tree *
5175 gimple_omp_target_data_arg_ptr (gomp_target *omp_target_stmt)
5177 return &omp_target_stmt->data_arg;
5181 /* Set DATA_ARG to be the data argument for OMP_TARGET_STMT. */
5183 static inline void
5184 gimple_omp_target_set_data_arg (gomp_target *omp_target_stmt,
5185 tree data_arg)
5187 omp_target_stmt->data_arg = data_arg;
5191 /* Return the clauses associated with OMP_TEAMS GS. */
5193 static inline tree
5194 gimple_omp_teams_clauses (const_gimple gs)
5196 const gomp_teams *omp_teams_stmt = as_a <const gomp_teams *> (gs);
5197 return omp_teams_stmt->clauses;
5201 /* Return a pointer to the clauses associated with OMP_TEAMS GS. */
5203 static inline tree *
5204 gimple_omp_teams_clauses_ptr (gimple gs)
5206 gomp_teams *omp_teams_stmt = as_a <gomp_teams *> (gs);
5207 return &omp_teams_stmt->clauses;
5211 /* Set CLAUSES to be the clauses associated with OMP_TEAMS_STMT. */
5213 static inline void
5214 gimple_omp_teams_set_clauses (gomp_teams *omp_teams_stmt, tree clauses)
5216 omp_teams_stmt->clauses = clauses;
5220 /* Return the clauses associated with OMP_SECTIONS GS. */
5222 static inline tree
5223 gimple_omp_sections_clauses (const_gimple gs)
5225 const gomp_sections *omp_sections_stmt = as_a <const gomp_sections *> (gs);
5226 return omp_sections_stmt->clauses;
5230 /* Return a pointer to the clauses associated with OMP_SECTIONS GS. */
5232 static inline tree *
5233 gimple_omp_sections_clauses_ptr (gimple gs)
5235 gomp_sections *omp_sections_stmt = as_a <gomp_sections *> (gs);
5236 return &omp_sections_stmt->clauses;
5240 /* Set CLAUSES to be the set of clauses associated with OMP_SECTIONS
5241 GS. */
5243 static inline void
5244 gimple_omp_sections_set_clauses (gimple gs, tree clauses)
5246 gomp_sections *omp_sections_stmt = as_a <gomp_sections *> (gs);
5247 omp_sections_stmt->clauses = clauses;
5251 /* Return the control variable associated with the GIMPLE_OMP_SECTIONS
5252 in GS. */
5254 static inline tree
5255 gimple_omp_sections_control (const_gimple gs)
5257 const gomp_sections *omp_sections_stmt = as_a <const gomp_sections *> (gs);
5258 return omp_sections_stmt->control;
5262 /* Return a pointer to the clauses associated with the GIMPLE_OMP_SECTIONS
5263 GS. */
5265 static inline tree *
5266 gimple_omp_sections_control_ptr (gimple gs)
5268 gomp_sections *omp_sections_stmt = as_a <gomp_sections *> (gs);
5269 return &omp_sections_stmt->control;
5273 /* Set CONTROL to be the set of clauses associated with the
5274 GIMPLE_OMP_SECTIONS in GS. */
5276 static inline void
5277 gimple_omp_sections_set_control (gimple gs, tree control)
5279 gomp_sections *omp_sections_stmt = as_a <gomp_sections *> (gs);
5280 omp_sections_stmt->control = control;
5284 /* Set COND to be the condition code for OMP_FOR GS. */
5286 static inline void
5287 gimple_omp_for_set_cond (gimple gs, size_t i, enum tree_code cond)
5289 gomp_for *omp_for_stmt = as_a <gomp_for *> (gs);
5290 gcc_gimple_checking_assert (TREE_CODE_CLASS (cond) == tcc_comparison
5291 && i < omp_for_stmt->collapse);
5292 omp_for_stmt->iter[i].cond = cond;
5296 /* Return the condition code associated with OMP_FOR GS. */
5298 static inline enum tree_code
5299 gimple_omp_for_cond (const_gimple gs, size_t i)
5301 const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
5302 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
5303 return omp_for_stmt->iter[i].cond;
5307 /* Set the value being stored in an atomic store. */
5309 static inline void
5310 gimple_omp_atomic_store_set_val (gomp_atomic_store *store_stmt, tree val)
5312 store_stmt->val = val;
5316 /* Return the value being stored in an atomic store. */
5318 static inline tree
5319 gimple_omp_atomic_store_val (const gomp_atomic_store *store_stmt)
5321 return store_stmt->val;
5325 /* Return a pointer to the value being stored in an atomic store. */
5327 static inline tree *
5328 gimple_omp_atomic_store_val_ptr (gomp_atomic_store *store_stmt)
5330 return &store_stmt->val;
5334 /* Set the LHS of an atomic load. */
5336 static inline void
5337 gimple_omp_atomic_load_set_lhs (gomp_atomic_load *load_stmt, tree lhs)
5339 load_stmt->lhs = lhs;
5343 /* Get the LHS of an atomic load. */
5345 static inline tree
5346 gimple_omp_atomic_load_lhs (const gomp_atomic_load *load_stmt)
5348 return load_stmt->lhs;
5352 /* Return a pointer to the LHS of an atomic load. */
5354 static inline tree *
5355 gimple_omp_atomic_load_lhs_ptr (gomp_atomic_load *load_stmt)
5357 return &load_stmt->lhs;
5361 /* Set the RHS of an atomic load. */
5363 static inline void
5364 gimple_omp_atomic_load_set_rhs (gomp_atomic_load *load_stmt, tree rhs)
5366 load_stmt->rhs = rhs;
5370 /* Get the RHS of an atomic load. */
5372 static inline tree
5373 gimple_omp_atomic_load_rhs (const gomp_atomic_load *load_stmt)
5375 return load_stmt->rhs;
5379 /* Return a pointer to the RHS of an atomic load. */
5381 static inline tree *
5382 gimple_omp_atomic_load_rhs_ptr (gomp_atomic_load *load_stmt)
5384 return &load_stmt->rhs;
5388 /* Get the definition of the control variable in a GIMPLE_OMP_CONTINUE. */
5390 static inline tree
5391 gimple_omp_continue_control_def (const gomp_continue *cont_stmt)
5393 return cont_stmt->control_def;
5396 /* The same as above, but return the address. */
5398 static inline tree *
5399 gimple_omp_continue_control_def_ptr (gomp_continue *cont_stmt)
5401 return &cont_stmt->control_def;
5404 /* Set the definition of the control variable in a GIMPLE_OMP_CONTINUE. */
5406 static inline void
5407 gimple_omp_continue_set_control_def (gomp_continue *cont_stmt, tree def)
5409 cont_stmt->control_def = def;
5413 /* Get the use of the control variable in a GIMPLE_OMP_CONTINUE. */
5415 static inline tree
5416 gimple_omp_continue_control_use (const gomp_continue *cont_stmt)
5418 return cont_stmt->control_use;
5422 /* The same as above, but return the address. */
5424 static inline tree *
5425 gimple_omp_continue_control_use_ptr (gomp_continue *cont_stmt)
5427 return &cont_stmt->control_use;
5431 /* Set the use of the control variable in a GIMPLE_OMP_CONTINUE. */
5433 static inline void
5434 gimple_omp_continue_set_control_use (gomp_continue *cont_stmt, tree use)
5436 cont_stmt->control_use = use;
5439 /* Return a pointer to the body for the GIMPLE_TRANSACTION statement
5440 TRANSACTION_STMT. */
5442 static inline gimple_seq *
5443 gimple_transaction_body_ptr (gtransaction *transaction_stmt)
5445 return &transaction_stmt->body;
5448 /* Return the body for the GIMPLE_TRANSACTION statement TRANSACTION_STMT. */
5450 static inline gimple_seq
5451 gimple_transaction_body (gtransaction *transaction_stmt)
5453 return *gimple_transaction_body_ptr (transaction_stmt);
5456 /* Return the label associated with a GIMPLE_TRANSACTION. */
5458 static inline tree
5459 gimple_transaction_label (const gtransaction *transaction_stmt)
5461 return transaction_stmt->label;
5464 static inline tree *
5465 gimple_transaction_label_ptr (gtransaction *transaction_stmt)
5467 return &transaction_stmt->label;
5470 /* Return the subcode associated with a GIMPLE_TRANSACTION. */
5472 static inline unsigned int
5473 gimple_transaction_subcode (const gtransaction *transaction_stmt)
5475 return transaction_stmt->subcode;
5478 /* Set BODY to be the body for the GIMPLE_TRANSACTION statement
5479 TRANSACTION_STMT. */
5481 static inline void
5482 gimple_transaction_set_body (gtransaction *transaction_stmt,
5483 gimple_seq body)
5485 transaction_stmt->body = body;
5488 /* Set the label associated with a GIMPLE_TRANSACTION. */
5490 static inline void
5491 gimple_transaction_set_label (gtransaction *transaction_stmt, tree label)
5493 transaction_stmt->label = label;
5496 /* Set the subcode associated with a GIMPLE_TRANSACTION. */
5498 static inline void
5499 gimple_transaction_set_subcode (gtransaction *transaction_stmt,
5500 unsigned int subcode)
5502 transaction_stmt->subcode = subcode;
5506 /* Return a pointer to the return value for GIMPLE_RETURN GS. */
5508 static inline tree *
5509 gimple_return_retval_ptr (const greturn *gs)
5511 return gimple_op_ptr (gs, 0);
5514 /* Return the return value for GIMPLE_RETURN GS. */
5516 static inline tree
5517 gimple_return_retval (const greturn *gs)
5519 return gimple_op (gs, 0);
5523 /* Set RETVAL to be the return value for GIMPLE_RETURN GS. */
5525 static inline void
5526 gimple_return_set_retval (greturn *gs, tree retval)
5528 gimple_set_op (gs, 0, retval);
5532 /* Return the return bounds for GIMPLE_RETURN GS. */
5534 static inline tree
5535 gimple_return_retbnd (const_gimple gs)
5537 GIMPLE_CHECK (gs, GIMPLE_RETURN);
5538 return gimple_op (gs, 1);
5542 /* Set RETVAL to be the return bounds for GIMPLE_RETURN GS. */
5544 static inline void
5545 gimple_return_set_retbnd (gimple gs, tree retval)
5547 GIMPLE_CHECK (gs, GIMPLE_RETURN);
5548 gimple_set_op (gs, 1, retval);
5552 /* Returns true when the gimple statement STMT is any of the OpenMP types. */
5554 #define CASE_GIMPLE_OMP \
5555 case GIMPLE_OMP_PARALLEL: \
5556 case GIMPLE_OMP_TASK: \
5557 case GIMPLE_OMP_FOR: \
5558 case GIMPLE_OMP_SECTIONS: \
5559 case GIMPLE_OMP_SECTIONS_SWITCH: \
5560 case GIMPLE_OMP_SINGLE: \
5561 case GIMPLE_OMP_TARGET: \
5562 case GIMPLE_OMP_TEAMS: \
5563 case GIMPLE_OMP_SECTION: \
5564 case GIMPLE_OMP_MASTER: \
5565 case GIMPLE_OMP_TASKGROUP: \
5566 case GIMPLE_OMP_ORDERED: \
5567 case GIMPLE_OMP_CRITICAL: \
5568 case GIMPLE_OMP_RETURN: \
5569 case GIMPLE_OMP_ATOMIC_LOAD: \
5570 case GIMPLE_OMP_ATOMIC_STORE: \
5571 case GIMPLE_OMP_CONTINUE
5573 static inline bool
5574 is_gimple_omp (const_gimple stmt)
5576 switch (gimple_code (stmt))
5578 CASE_GIMPLE_OMP:
5579 return true;
5580 default:
5581 return false;
5586 /* Returns TRUE if statement G is a GIMPLE_NOP. */
5588 static inline bool
5589 gimple_nop_p (const_gimple g)
5591 return gimple_code (g) == GIMPLE_NOP;
5595 /* Return true if GS is a GIMPLE_RESX. */
5597 static inline bool
5598 is_gimple_resx (const_gimple gs)
5600 return gimple_code (gs) == GIMPLE_RESX;
5603 /* Return the predictor of GIMPLE_PREDICT statement GS. */
5605 static inline enum br_predictor
5606 gimple_predict_predictor (gimple gs)
5608 GIMPLE_CHECK (gs, GIMPLE_PREDICT);
5609 return (enum br_predictor) (gs->subcode & ~GF_PREDICT_TAKEN);
5613 /* Set the predictor of GIMPLE_PREDICT statement GS to PREDICT. */
5615 static inline void
5616 gimple_predict_set_predictor (gimple gs, enum br_predictor predictor)
5618 GIMPLE_CHECK (gs, GIMPLE_PREDICT);
5619 gs->subcode = (gs->subcode & GF_PREDICT_TAKEN)
5620 | (unsigned) predictor;
5624 /* Return the outcome of GIMPLE_PREDICT statement GS. */
5626 static inline enum prediction
5627 gimple_predict_outcome (gimple gs)
5629 GIMPLE_CHECK (gs, GIMPLE_PREDICT);
5630 return (gs->subcode & GF_PREDICT_TAKEN) ? TAKEN : NOT_TAKEN;
5634 /* Set the outcome of GIMPLE_PREDICT statement GS to OUTCOME. */
5636 static inline void
5637 gimple_predict_set_outcome (gimple gs, enum prediction outcome)
5639 GIMPLE_CHECK (gs, GIMPLE_PREDICT);
5640 if (outcome == TAKEN)
5641 gs->subcode |= GF_PREDICT_TAKEN;
5642 else
5643 gs->subcode &= ~GF_PREDICT_TAKEN;
5647 /* Return the type of the main expression computed by STMT. Return
5648 void_type_node if the statement computes nothing. */
5650 static inline tree
5651 gimple_expr_type (const_gimple stmt)
5653 enum gimple_code code = gimple_code (stmt);
5655 if (code == GIMPLE_ASSIGN || code == GIMPLE_CALL)
5657 tree type;
5658 /* In general we want to pass out a type that can be substituted
5659 for both the RHS and the LHS types if there is a possibly
5660 useless conversion involved. That means returning the
5661 original RHS type as far as we can reconstruct it. */
5662 if (code == GIMPLE_CALL)
5664 const gcall *call_stmt = as_a <const gcall *> (stmt);
5665 if (gimple_call_internal_p (call_stmt)
5666 && gimple_call_internal_fn (call_stmt) == IFN_MASK_STORE)
5667 type = TREE_TYPE (gimple_call_arg (call_stmt, 3));
5668 else
5669 type = gimple_call_return_type (call_stmt);
5671 else
5672 switch (gimple_assign_rhs_code (stmt))
5674 case POINTER_PLUS_EXPR:
5675 type = TREE_TYPE (gimple_assign_rhs1 (stmt));
5676 break;
5678 default:
5679 /* As fallback use the type of the LHS. */
5680 type = TREE_TYPE (gimple_get_lhs (stmt));
5681 break;
5683 return type;
5685 else if (code == GIMPLE_COND)
5686 return boolean_type_node;
5687 else
5688 return void_type_node;
5691 /* Enum and arrays used for allocation stats. Keep in sync with
5692 gimple.c:gimple_alloc_kind_names. */
5693 enum gimple_alloc_kind
5695 gimple_alloc_kind_assign, /* Assignments. */
5696 gimple_alloc_kind_phi, /* PHI nodes. */
5697 gimple_alloc_kind_cond, /* Conditionals. */
5698 gimple_alloc_kind_rest, /* Everything else. */
5699 gimple_alloc_kind_all
5702 extern int gimple_alloc_counts[];
5703 extern int gimple_alloc_sizes[];
5705 /* Return the allocation kind for a given stmt CODE. */
5706 static inline enum gimple_alloc_kind
5707 gimple_alloc_kind (enum gimple_code code)
5709 switch (code)
5711 case GIMPLE_ASSIGN:
5712 return gimple_alloc_kind_assign;
5713 case GIMPLE_PHI:
5714 return gimple_alloc_kind_phi;
5715 case GIMPLE_COND:
5716 return gimple_alloc_kind_cond;
5717 default:
5718 return gimple_alloc_kind_rest;
5722 /* Return true if a location should not be emitted for this statement
5723 by annotate_all_with_location. */
5725 static inline bool
5726 gimple_do_not_emit_location_p (gimple g)
5728 return gimple_plf (g, GF_PLF_1);
5731 /* Mark statement G so a location will not be emitted by
5732 annotate_one_with_location. */
5734 static inline void
5735 gimple_set_do_not_emit_location (gimple g)
5737 /* The PLF flags are initialized to 0 when a new tuple is created,
5738 so no need to initialize it anywhere. */
5739 gimple_set_plf (g, GF_PLF_1, true);
5743 /* Macros for showing usage statistics. */
5744 #define SCALE(x) ((unsigned long) ((x) < 1024*10 \
5745 ? (x) \
5746 : ((x) < 1024*1024*10 \
5747 ? (x) / 1024 \
5748 : (x) / (1024*1024))))
5750 #define LABEL(x) ((x) < 1024*10 ? 'b' : ((x) < 1024*1024*10 ? 'k' : 'M'))
5752 #endif /* GCC_GIMPLE_H */