LLVM 19.0.0git
Classes | Namespaces | Functions
LoopNestAnalysis.h File Reference

This file defines the interface for the loop nest analysis. More...

#include "llvm/ADT/STLExtras.h"
#include "llvm/Analysis/LoopAnalysisManager.h"
#include "llvm/Analysis/LoopInfo.h"

Go to the source code of this file.

Classes

class  llvm::LoopNest
 This class represents a loop nest and can be used to query its properties. More...
 
class  llvm::LoopNestAnalysis
 This analysis provides information for a loop nest. More...
 
class  llvm::LoopNestPrinterPass
 Printer pass for the LoopNest results. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Functions

raw_ostreamllvm::operator<< (raw_ostream &, const LoopNest &)
 

Detailed Description

This file defines the interface for the loop nest analysis.

Definition in file LoopNestAnalysis.h.