Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DOneShotModuleBufferize.cpp281 FuncCallerMap &callerMap) { in getFuncOpsOrderedByCalls() argument
303 callerMap[calledFunction].insert(callOp); in getFuncOpsOrderedByCalls()
370 FuncCallerMap callerMap; in analyzeModuleOp() local
372 if (failed(getFuncOpsOrderedByCalls(moduleOp, orderedFuncOps, callerMap))) in analyzeModuleOp()
415 FuncCallerMap callerMap; in bufferizeModuleOp() local
417 if (failed(getFuncOpsOrderedByCalls(moduleOp, orderedFuncOps, callerMap))) in bufferizeModuleOp()