Home
last modified time | relevance | path

Searched refs:gatherUndefinedTensorUses (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/Transforms/
H A DOneShotAnalysis.h156 void gatherUndefinedTensorUses(Operation *op);
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DOneShotAnalysis.cpp258 void OneShotAnalysisState::gatherUndefinedTensorUses(Operation *op) { in gatherUndefinedTensorUses() function in OneShotAnalysisState
971 state.gatherUndefinedTensorUses(op); in analyzeOp()