GCC Middle and Back End API Reference
vn_pval Struct Reference

#include <tree-ssa-sccvn.h>

Collaboration diagram for vn_pval:

Data Fields

vn_pvalnext
tree result
unsigned n
int valid_dominated_by_p [1]

Detailed Description

A predicated value.   

Field Documentation

◆ n

unsigned vn_pval::n

Referenced by vn_nary_op_insert_into().

◆ next

vn_pval* vn_pval::next

Referenced by vn_nary_op_insert_into().

◆ result

tree vn_pval::result

Referenced by vn_nary_op_insert_into().

◆ valid_dominated_by_p

int vn_pval::valid_dominated_by_p[1]

Referenced by vn_nary_op_insert_into().


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