Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Pass/
DPassRegistry.h37 using PassAllocatorFunction = std::function<std::unique_ptr<Pass>()>; variable
112 const PassAllocatorFunction &allocator);
129 const PassAllocatorFunction &function);
143 const PassAllocatorFunction &constructor) { in PassRegistration()
/external/llvm-project/mlir/lib/Pass/
DPassRegistry.cpp29 buildDefaultRegistryFn(const PassAllocatorFunction &allocator) { in buildDefaultRegistryFn()
97 const PassAllocatorFunction &allocator) in PassInfo()
106 const PassAllocatorFunction &function) { in registerPass()