GCC Middle and Back End API Reference
gimple Struct Reference

#include <gimple.h>

Inheritance diagram for gimple:
Collaboration diagram for gimple:

Data Fields

enum gimple_code code: 8
unsigned int no_warning: 1
unsigned int visited: 1
unsigned int nontemporal_move: 1
unsigned int plf: 2
unsigned modified: 1
unsigned has_volatile_ops: 1
unsigned pad: 1
unsigned int subcode: 16
unsigned uid
unsigned num_ops
location_t location
basic_block bb
gimplenext
gimpleprev

Detailed Description

Data structure definitions for GIMPLE tuples. NOTE: word markers are for 64 bit hosts.

Field Documentation

◆ bb

◆ code

◆ has_volatile_ops

unsigned gimple::has_volatile_ops

◆ location

location_t gimple::location

◆ modified

unsigned gimple::modified

◆ next

◆ no_warning

unsigned int gimple::no_warning

◆ nontemporal_move

unsigned int gimple::nontemporal_move

◆ num_ops

unsigned gimple::num_ops

◆ pad

unsigned gimple::pad

◆ plf

unsigned int gimple::plf

◆ prev

◆ subcode

◆ uid

unsigned gimple::uid

◆ visited

unsigned int gimple::visited

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