Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/
H A DModuleCombiner.cpp128 for (auto inputModule : inputModules) { in combine() local
129 OwningOpRef<spirv::ModuleOp> moduleClone = inputModule.clone(); in combine()
154 inputModule.emitError( in combine()
188 symRenameListener(inputModule, oldSymName, newSymName); in combine()
192 symNameToModuleMap.try_emplace(newSymName, inputModule); in combine()
198 inputModule.emitError("did not expect to find an entry for symbol ") in combine()