LLVM 17.0.0git
Classes | Namespaces | Typedefs
CycleAnalysis.h File Reference

This file declares an analysis pass that computes CycleInfo for LLVM IR, specialized from GenericCycleInfo. More...

#include "llvm/ADT/GenericCycleInfo.h"
#include "llvm/IR/PassManager.h"
#include "llvm/IR/SSAContext.h"
#include "llvm/Pass.h"
Include dependency graph for CycleAnalysis.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::CycleInfoWrapperPass
 Legacy analysis pass which computes a CycleInfo. More...
 
class  llvm::CycleAnalysis
 Analysis pass which computes a CycleInfo. More...
 
class  llvm::CycleInfoPrinterPass
 Printer pass for the DominatorTree. More...
 

Namespaces

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

Typedefs

using llvm::CycleInfo = GenericCycleInfo< SSAContext >
 
using llvm::Cycle = CycleInfo::CycleT
 

Detailed Description

This file declares an analysis pass that computes CycleInfo for LLVM IR, specialized from GenericCycleInfo.

Definition in file CycleAnalysis.h.