MLIR
20.0.0git
|
An LLVM LoopInfo instantiation for MLIR that provides access to CFG loops found in the dominator tree. More...
#include "mlir/Analysis/CFGLoopInfo.h"
Public Member Functions | |
CFGLoopInfo (const llvm::DominatorTreeBase< mlir::Block, false > &domTree) | |
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.
CFGLoopInfo::CFGLoopInfo | ( | const llvm::DominatorTreeBase< mlir::Block, false > & | domTree | ) |
Definition at line 22 of file CFGLoopInfo.cpp.