MLIR  19.0.0git
Friends | List of all members
mlir::CFGLoop Class Reference

Representation of a single loop formed by blocks. More...

#include "mlir/Analysis/CFGLoopInfo.h"

+ Inheritance diagram for mlir::CFGLoop:

Friends

class llvm::LoopBase< mlir::Block, CFGLoop >
 
class llvm::LoopInfoBase< mlir::Block, CFGLoop >
 

Detailed Description

Representation of a single loop formed by blocks.

The inherited LoopBase class provides accessors to the loop analysis.

Definition at line 37 of file CFGLoopInfo.h.

Friends And Related Function Documentation

◆ llvm::LoopBase< mlir::Block, CFGLoop >

friend class llvm::LoopBase< mlir::Block, CFGLoop >
friend

Definition at line 39 of file CFGLoopInfo.h.

◆ llvm::LoopInfoBase< mlir::Block, CFGLoop >

friend class llvm::LoopInfoBase< mlir::Block, CFGLoop >
friend

Definition at line 39 of file CFGLoopInfo.h.


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