Searched refs:PassAllocatorFunction (Results 1 – 2 of 2) sorted by relevance
40 using PassAllocatorFunction = std::function<std::unique_ptr<Pass>()>; variable115 const PassAllocatorFunction &allocator);131 void registerPass(const PassAllocatorFunction &function);145 PassRegistration(const PassAllocatorFunction &constructor) { in PassRegistration()
36 buildDefaultRegistryFn(const PassAllocatorFunction &allocator) { in buildDefaultRegistryFn()109 const PassAllocatorFunction &allocator) in PassInfo()117 void mlir::registerPass(const PassAllocatorFunction &function) { in registerPass()