Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/
H A DSparseAnalysis.cpp44 markAllPessimisticFixpoint(getLatticeElement(argument)); in initialize()
113 return markAllPessimisticFixpoint(resultLattices); in visitOperation()
169 return markAllPessimisticFixpoint(argLattices); in visitBlock()
214 markAllPessimisticFixpoint(it.value()); in visitBlock()
218 return markAllPessimisticFixpoint(argLattices); in visitBlock()
246 return markAllPessimisticFixpoint(lattices); in visitRegionSuccessors()
288 void AbstractSparseDataFlowAnalysis::markAllPessimisticFixpoint( in markAllPessimisticFixpoint() function in AbstractSparseDataFlowAnalysis
H A DConstantPropagationAnalysis.cpp60 markAllPessimisticFixpoint(results); in visitOperation()
70 markAllPessimisticFixpoint(results); in visitOperation()
H A DIntegerRangeAnalysis.cpp75 return markAllPessimisticFixpoint(results); in visitOperation()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/DataFlow/
H A DSparseAnalysis.h232 void markAllPessimisticFixpoint(ArrayRef<AbstractSparseLattice *> lattices);
295 markAllPessimisticFixpoint(argLattices.take_front(firstIndex)); in visitNonControlFlowArguments()
296 markAllPessimisticFixpoint(argLattices.drop_front( in visitNonControlFlowArguments()
315 void markAllPessimisticFixpoint(ArrayRef<StateT *> lattices) { in markAllPessimisticFixpoint() function
316 AbstractSparseDataFlowAnalysis::markAllPessimisticFixpoint( in markAllPessimisticFixpoint()
/llvm-project-15.0.7/mlir/test/lib/Analysis/DataFlow/
H A DTestDeadCodeAnalysis.cpp87 markAllPessimisticFixpoint(op->getResults()); in visit()
89 markAllPessimisticFixpoint(region.getArguments()); in visit()
95 void markAllPessimisticFixpoint(ValueRange values) { in markAllPessimisticFixpoint() function
H A DTestDenseDataFlowAnalysis.cpp161 markAllPessimisticFixpoint(results); in visitOperation()