9#ifndef MLIR_CONVERSION_SCFTOEMITC_SCFTOEMITC_H 
   10#define MLIR_CONVERSION_SCFTOEMITC_SCFTOEMITC_H 
   20#define GEN_PASS_DECL_SCFTOEMITC 
   21#include "mlir/Conversion/Passes.h.inc" 
The DialectRegistry maps a dialect namespace to a constructor for the matching dialect.
 
The abstract base pass class.
 
Include the generated interface declarations.
 
void populateSCFToEmitCConversionPatterns(RewritePatternSet &patterns, TypeConverter &typeConverter)
Collect a set of patterns to convert SCF operations to the EmitC dialect.
 
const FrozenRewritePatternSet & patterns
 
void registerConvertSCFToEmitCInterface(DialectRegistry ®istry)