GCC Middle and Back End API Reference
gimple_stmt_iterator Struct Reference

#include <gimple-iterator.h>

Inheritance diagram for gimple_stmt_iterator:
Collaboration diagram for gimple_stmt_iterator:

Public Member Functions

gimpleoperator* () const
 

Data Fields

gimple_seq_node ptr
 
gimple_seqseq
 
basic_block bb
 

Detailed Description

Header file for gimple iterators.
   Copyright (C) 2013-2024 Free Software Foundation, Inc.

This file is part of GCC.

GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
version.

GCC is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 for more details.

You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3.  If not see
<http://www.gnu.org/licenses/>.   
Iterator object for GIMPLE statement sequences.   

Member Function Documentation

◆ operator*()

gimple * gimple_stmt_iterator::operator* ( ) const
inline

References ptr.

Field Documentation

◆ bb

◆ ptr

◆ seq

gimple_seq* gimple_stmt_iterator::seq

The documentation for this struct was generated from the following file: