MLIR 22.0.0git
mlir::CFGLoopInfo Class Reference

An LLVM LoopInfo instantiation for MLIR that provides access to CFG loops found in the dominator tree. More...

#include "mlir/Analysis/CFGLoopInfo.h"

Inheritance diagram for mlir::CFGLoopInfo:

Public Member Functions

 CFGLoopInfo (const llvm::DominatorTreeBase< mlir::Block, false > &domTree)

Detailed Description

An LLVM LoopInfo instantiation for MLIR that provides access to CFG loops found in the dominator tree.

Definition at line 47 of file CFGLoopInfo.h.

Constructor & Destructor Documentation

◆ CFGLoopInfo()

CFGLoopInfo::CFGLoopInfo ( const llvm::DominatorTreeBase< mlir::Block, false > & domTree)

Definition at line 22 of file CFGLoopInfo.cpp.


The documentation for this class was generated from the following files: