Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/
DSCCP.cpp481 auto &operandLattice = latticeValues[operand]; in visitOperation() local
482 if (operandLattice.isUnknown()) in visitOperation()
484 operandConstants.push_back(operandLattice.getConstant()); in visitOperation()
844 auto operandLattice = latticeValues.find((*branchOperands)[i]); in visitBlockArgument() local
845 if (operandLattice == latticeValues.end()) in visitBlockArgument()
849 updatedLattice |= argLattice.meet(operandLattice->second); in visitBlockArgument()