Home
last modified time | relevance | path

Searched defs:ComputationSliceState (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/include/mlir/Analysis/
DUtils.h61 struct ComputationSliceState { struct
64 SmallVector<Value, 4> ivs;
66 SmallVector<AffineMap, 4> lbs;
68 SmallVector<AffineMap, 4> ubs;
70 std::vector<SmallVector<Value, 4>> lbOperands;
72 std::vector<SmallVector<Value, 4>> ubOperands;
74 Block::iterator insertPoint;
87 bool isEmpty() const { return ivs.empty(); } in isEmpty()