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

◆ next

vn_pval* vn_pval::next

◆ result

tree vn_pval::result

◆ valid_dominated_by_p

int vn_pval::valid_dominated_by_p[1]

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