class ControlHeightReductionPass

Declaration

class ControlHeightReductionPass : public PassInfoMixin { /* full declaration omitted */ };

Description

A CRTP mix-in to automatically provide informational APIs needed for passes. This provides some boilerplate for types that are passes.

Declared at: llvm/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h:22

Inherits from: PassInfoMixin

Method Overview

Methods

ControlHeightReductionPass()

Declared at: llvm/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h:25

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

Declared at: llvm/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h:26

Parameters

llvm::Function& F
llvm::FunctionAnalysisManager& FAM