Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/
H A DSparseAnalysis.cpp116 join(std::get<1>(it), *getLatticeElementFor(op, std::get<0>(it))); in visitOperation()
173 join(std::get<1>(it), *getLatticeElementFor(block, std::get<0>(it))); in visitBlock()
210 join(it.value(), *getLatticeElementFor(block, operand)); in visitBlock()
276 join(std::get<1>(it), *getLatticeElementFor(point, std::get<0>(it))); in visitRegionSuccessors()
281 AbstractSparseDataFlowAnalysis::getLatticeElementFor(ProgramPoint point, in getLatticeElementFor() function in AbstractSparseDataFlowAnalysis
H A DIntegerRangeAnalysis.cpp122 return getLatticeElementFor(op, value)->getValue().getValue(); in visitNonControlFlowArguments()
171 getLatticeElementFor(op, value); in visitNonControlFlowArguments()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/DataFlow/
H A DSparseAnalysis.h227 const AbstractSparseLattice *getLatticeElementFor(ProgramPoint point,
308 const StateT *getLatticeElementFor(ProgramPoint point, Value value) { in getLatticeElementFor() function
310 AbstractSparseDataFlowAnalysis::getLatticeElementFor(point, value)); in getLatticeElementFor()