Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Pass/
DPassRegistry.cpp414 auto pipelineRegistryIt = passPipelineRegistry->find(element.name); in resolvePipelineElement() local
415 if (pipelineRegistryIt != passPipelineRegistry->end()) { in resolvePipelineElement()
416 element.registryEntry = &pipelineRegistryIt->second; in resolvePipelineElement()