Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Analysis/
H A DSliceAnalysis.cpp83 getBackwardSliceImpl(Operation * op,SetVector<Operation * > * backwardSlice,const BackwardSliceOptions & options) getBackwardSliceImpl() argument
122 getBackwardSlice(Operation * op,SetVector<Operation * > * backwardSlice,const BackwardSliceOptions & options) getBackwardSlice() argument
133 getBackwardSlice(Value root,SetVector<Operation * > * backwardSlice,const BackwardSliceOptions & options) getBackwardSlice() argument
150 SetVector<Operation *> backwardSlice; getSlice() local
[all...]
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DHoistPadding.cpp55 static void debugPrintBackwardSlice(SetVector<Operation *> &backwardSlice) { in debugPrintBackwardSlice() argument
113 SetVector<Operation *> &backwardSlice) { in computeBackwardSlice() argument
228 SetVector<Operation *> backwardSlice; global() member
[all...]
/llvm-project/mlir/test/lib/Dialect/Affine/
H A DTestVectorizationUtils.cpp157 getBackwardSlice(m.getMatchedOperation(), &backwardSlice); in testBackwardSlicing() local
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DOneShotAnalysis.cpp512 SetVector<Value> backwardSlice = matchesInsertDestination() local
/llvm-project/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp312 SetVector<Operation *> backwardSlice; getSliceContract() local