Definition at line 1978 of file Range_Analysis.cpp.
◆ ConditionalValueRange() [1/4]
ConditionalValueRange::ConditionalValueRange |
( |
const tree_nodeConstRef & |
_V, |
|
|
const std::map< unsigned int, ValueRangeRef > & |
_bbVR |
|
) |
| |
|
inline |
◆ ConditionalValueRange() [2/4]
ConditionalValueRange::ConditionalValueRange |
( |
const tree_nodeConstRef & |
_V, |
|
|
unsigned int |
TrueBBI, |
|
|
unsigned int |
FalseBBI, |
|
|
const ValueRangeRef & |
TrueVR, |
|
|
const ValueRangeRef & |
FalseVR |
|
) |
| |
|
inline |
◆ ~ConditionalValueRange()
ConditionalValueRange::~ConditionalValueRange |
( |
| ) |
|
|
default |
◆ ConditionalValueRange() [3/4]
◆ ConditionalValueRange() [4/4]
◆ addVR()
void ConditionalValueRange::addVR |
( |
unsigned int |
bbi, |
|
|
const ValueRangeRef & |
cvr |
|
) |
| |
|
inline |
◆ getVar()
◆ getVR()
const std::map<unsigned int, ValueRangeRef>& ConditionalValueRange::getVR |
( |
| ) |
const |
|
inline |
◆ bbVR
std::map<unsigned int, ValueRangeRef> ConditionalValueRange::bbVR |
|
private |
The documentation for this class was generated from the following file: