LLVM 19.0.0git
Classes | Namespaces
CycleAnalysis.h File Reference

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

#include "llvm/IR/CycleInfo.h"
#include "llvm/IR/PassManager.h"
#include "llvm/IR/SSAContext.h"
#include "llvm/Pass.h"

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.
 

Detailed Description

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

Definition in file CycleAnalysis.h.