|
My Project
|
#include <SDBM.h>
Public Member Functions | |
| void | getSDBMExpressions (SDBMDialect *dialect, SmallVectorImpl< SDBMExpr > &inequalities, SmallVectorImpl< SDBMExpr > &equalities) |
| void | print (raw_ostream &os) |
| void | dump () |
| IntInfty | operator() (int i, int j) |
Static Public Member Functions | |
| static SDBM | get (ArrayRef< SDBMExpr > inequalities, ArrayRef< SDBMExpr > equalities) |
Striped difference-bound matrix is a representation of an integer set bound by a system of SDBMExprs interpreted as inequalities "expr <= 0".
| void SDBM::dump | ( | ) |
| void SDBM::getSDBMExpressions | ( | SDBMDialect * | dialect, |
| SmallVectorImpl< SDBMExpr > & | inequalities, | ||
| SmallVectorImpl< SDBMExpr > & | equalities | ||
| ) |
|
inline |
| void SDBM::print | ( | raw_ostream & | os | ) |
1.8.13