LLVM 22.0.0git
llvm::ControlHeightReductionPass Class Reference

#include "llvm/Transforms/Instrumentation/ControlHeightReduction.h"

Inheritance diagram for llvm::ControlHeightReductionPass:
[legend]

Public Member Functions

 ControlHeightReductionPass ()
PreservedAnalyses run (Function &F, FunctionAnalysisManager &FAM)
Public Member Functions inherited from llvm::PassInfoMixin< ControlHeightReductionPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

Static Public Member Functions inherited from llvm::PassInfoMixin< ControlHeightReductionPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

Definition at line 21 of file ControlHeightReduction.h.

Constructor & Destructor Documentation

◆ ControlHeightReductionPass()

llvm::ControlHeightReductionPass::ControlHeightReductionPass ( )

Definition at line 2068 of file ControlHeightReduction.cpp.

References parseCHRFilterFiles().

Member Function Documentation

◆ run()

PreservedAnalyses llvm::ControlHeightReductionPass::run ( Function & F,
FunctionAnalysisManager & FAM )

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