Searched defs:ComputationSliceState (Results 1 – 1 of 1) sorted by relevance
75 struct ComputationSliceState { struct78 SmallVector<Value, 4> ivs;80 SmallVector<AffineMap, 4> lbs;82 SmallVector<AffineMap, 4> ubs;84 std::vector<SmallVector<Value, 4>> lbOperands;86 std::vector<SmallVector<Value, 4>> ubOperands;88 Block::iterator insertPoint;107 bool isEmpty() const { return ivs.empty(); } in isEmpty()