MLIR  19.0.0git
Classes | Namespaces | Functions
CFGToSCF.h File Reference
#include "mlir/IR/Builders.h"
#include "mlir/IR/Dominance.h"
#include "mlir/IR/Operation.h"

Go to the source code of this file.

Classes

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

Namespaces

 mlir
 Include the generated interface declarations.
 

Functions

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