Information about SSA-values (ranges, known bits, ...)
More...
Detailed Description
Information about SSA-values (ranges, known bits, ...)
Enumeration Type Documentation
Type of a value range.
- Enumerator:
| VRP_UNDEFINED |
No information could be derived so far.
|
| VRP_RANGE |
bottom and top form a range, including both values
|
| VRP_ANTIRANGE |
range from bottom to top cannot be, but borders might be
|
| VRP_VARYING |
information cannot be derived
|
Definition at line 39 of file vrp.h.
Function Documentation
Sets vrp data on the graph irg.
- Parameters:
-
| irg | graph on which to set vrp data |
Test, if the two nodes can be compared with their vrp information.
- Parameters:
-
| left,: | the left node |
| right,: | the right node |
- Returns:
- all possible relations
Returns the vrp data for this node Note: only allowed for nodes with an integer mode!
- Parameters:
-
| n,: | the node for which to return the vrp information |
- Returns:
- a pointer to the vrp data or NULL if there is none