Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Pass/
H A DPassRegistry.cpp28 static llvm::ManagedStatic<llvm::StringMap<TypeID>> passRegistryTypeIDs; variable
131 auto it = passRegistryTypeIDs->try_emplace(arg, entryTypeID).first; in registerPass()