Searched refs:getOrCreateFor (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/ |
| H A D | DenseAnalysis.cpp | 47 if (!getOrCreateFor<Executable>(op, op->getBlock())->isLive()) in visitOperation() 63 const auto *predecessors = getOrCreateFor<PredecessorState>(op, call); in visitOperation() 89 if (!getOrCreateFor<Executable>(block, block)->isLive()) in visitBlock() 103 const auto *callsites = getOrCreateFor<PredecessorState>(block, callable); in visitBlock() 131 if (!getOrCreateFor<Executable>( in visitBlock() 145 const auto *predecessors = getOrCreateFor<PredecessorState>(point, point); in visitRegionBranchOperation()
|
| H A D | SparseAnalysis.cpp | 109 const auto *predecessors = getOrCreateFor<PredecessorState>(op, call); in visitOperation() 165 const auto *callsites = getOrCreateFor<PredecessorState>(block, callable); in visitBlock() 227 const auto *predecessors = getOrCreateFor<PredecessorState>(point, point); in visitRegionSuccessors()
|
| H A D | DeadCodeAnalysis.cpp | 240 const auto *callsites = getOrCreateFor<PredecessorState>(op, callable); in visit() 410 auto *callsites = getOrCreateFor<PredecessorState>(op, callable); in visitCallableTerminator()
|
| /llvm-project-15.0.7/mlir/test/lib/Analysis/ |
| H A D | TestDataFlowFramework.cpp | 138 getOrCreateFor<FooState>(block, pred->getTerminator()); in visitBlock() 151 prevState = getOrCreateFor<FooState>(op, prev); in visitOperation() 153 prevState = getOrCreateFor<FooState>(op, op->getBlock()); in visitOperation()
|
| /llvm-project-15.0.7/mlir/test/lib/Analysis/DataFlow/ |
| H A D | TestDenseDataFlowAnalysis.cpp | 205 return getOrCreateFor<UnderlyingValueLattice>(op, value); in visitOperation()
|
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/ |
| H A D | DataFlowFramework.h | 419 const StateT *getOrCreateFor(ProgramPoint dependent, PointT point) { in getOrCreateFor() function
|