GCC Middle and Back End API Reference
cond_equivalence Struct Reference

#include <tree-ssa-scopedtables.h>

Collaboration diagram for cond_equivalence:

Data Fields

struct hashable_expr cond
tree value

Detailed Description

Structure for recording known value of a conditional expression. Clients build vectors of these objects to record known values that occur on edges.

Field Documentation

◆ cond

struct hashable_expr cond_equivalence::cond

◆ value

tree cond_equivalence::value

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