Searched defs:OpPassManagerImpl (Results 1 – 1 of 1) sorted by relevance
82 struct OpPassManagerImpl { struct83 OpPassManagerImpl(Identifier identifier, OpPassManager::Nesting nesting) in OpPassManagerImpl() function85 OpPassManagerImpl(StringRef name, OpPassManager::Nesting nesting) in OpPassManagerImpl() function108 Identifier getOpName(MLIRContext &context) { in getOpName()115 std::string name;119 Optional<Identifier> identifier;122 std::vector<std::unique_ptr<Pass>> passes;126 OpPassManager::Nesting nesting;