class LoopPrinterPass
Declaration
class LoopPrinterPass : public PassInfoMixin { /* full declaration omitted */ };
Description
Printer pass for the \c LoopAnalysis results.
Declared at: llvm/include/llvm/Analysis/LoopInfo.h:1205
Inherits from: PassInfoMixin
Method Overview
- public LoopPrinterPass(llvm::raw_ostream & OS)
- public llvm::PreservedAnalyses run(llvm::Function & F, llvm::FunctionAnalysisManager & AM)
Methods
¶LoopPrinterPass(llvm::raw_ostream& OS)
LoopPrinterPass(llvm::raw_ostream& OS)
Declared at: llvm/include/llvm/Analysis/LoopInfo.h:1209
Parameters
¶llvm::PreservedAnalyses run(
llvm::Function& F,
llvm::FunctionAnalysisManager& AM)
llvm::PreservedAnalyses run(
llvm::Function& F,
llvm::FunctionAnalysisManager& AM)
Declared at: llvm/include/llvm/Analysis/LoopInfo.h:1210