MLIR 22.0.0git
CFGToSCF.h File Reference

Go to the source code of this file.

Classes

class  mlir::CFGToSCFInterface
 Interface that should be implemented by any caller of transformCFGToSCF. More...

Namespaces

namespace  mlir
 Include the generated interface declarations.

Functions

FailureOr< boolmlir::transformCFGToSCF (Region &region, CFGToSCFInterface &interface, DominanceInfo &dominanceInfo)
 Transformation lifting any dialect implementing control flow graph operations to a dialect implementing structured control flow operations.