GCC Middle and Back End API Reference
pointer_analysis::constraint Struct Reference

#include <tree-ssa-structalias.h>

Collaboration diagram for pointer_analysis::constraint:

Data Fields

struct constraint_expr lhs
struct constraint_expr rhs

Detailed Description

Our set constraints are made up of two constraint expressions, one
  LHS, and one RHS.

  As described in the introduction in tree-ssa-structalias.cc, our set
  constraints each represent an operation between set valued variables.

Field Documentation

◆ lhs

struct constraint_expr pointer_analysis::constraint::lhs

◆ rhs

struct constraint_expr pointer_analysis::constraint::rhs

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