Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Pass/
H A DPassRegistry.h40 using PassAllocatorFunction = std::function<std::unique_ptr<Pass>()>; variable
115 const PassAllocatorFunction &allocator);
131 void registerPass(const PassAllocatorFunction &function);
145 PassRegistration(const PassAllocatorFunction &constructor) { in PassRegistration()
/llvm-project-15.0.7/mlir/lib/Pass/
H A DPassRegistry.cpp36 buildDefaultRegistryFn(const PassAllocatorFunction &allocator) { in buildDefaultRegistryFn()
109 const PassAllocatorFunction &allocator) in PassInfo()
117 void mlir::registerPass(const PassAllocatorFunction &function) { in registerPass()