Home
last modified time | relevance | path

Searched refs:LatticeValue (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Transforms/
DSCCP.cpp33 class LatticeValue { class
50 LatticeValue() in LatticeValue() function in __anon319c02070111::LatticeValue
53 LatticeValue(Attribute attr, Dialect *dialect) in LatticeValue() function in __anon319c02070111::LatticeValue
89 bool meet(const LatticeValue &rhs) { in meet()
135 MutableArrayRef<LatticeValue> getResultLatticeValues() { in getResultLatticeValues()
154 SmallVector<LatticeValue, 4> resultLatticeValues;
283 void meet(Operation *owner, LatticeValue &to, const LatticeValue &from);
286 DenseMap<Value, LatticeValue> latticeValues;
542 LatticeValue &resultLattice = latticeValues[op->getResult(i)]; in visitOperation()
547 meet(op, resultLattice, LatticeValue(foldAttr, opDialect)); in visitOperation()
[all …]