Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DOneShotModuleBufferize.cpp280 SmallVectorImpl<func::FuncOp> &orderedFuncOps, in getFuncOpsOrderedByCalls() argument
320 orderedFuncOps.push_back(it->getFirst()); in getFuncOpsOrderedByCalls()
367 SmallVector<func::FuncOp> orderedFuncOps; in analyzeModuleOp() local
372 if (failed(getFuncOpsOrderedByCalls(moduleOp, orderedFuncOps, callerMap))) in analyzeModuleOp()
376 for (func::FuncOp funcOp : orderedFuncOps) { in analyzeModuleOp()
412 SmallVector<func::FuncOp> orderedFuncOps; in bufferizeModuleOp() local
417 if (failed(getFuncOpsOrderedByCalls(moduleOp, orderedFuncOps, callerMap))) in bufferizeModuleOp()
421 for (func::FuncOp funcOp : orderedFuncOps) { in bufferizeModuleOp()