LLVM 22.0.0git
llvm::LowerAllowCheckPass::Options Struct Reference

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

Public Attributes

std::vector< unsigned int > cutoffs
unsigned int runtime_check = 0

Detailed Description

Definition at line 28 of file LowerAllowCheckPass.h.

Member Data Documentation

◆ cutoffs

std::vector<unsigned int> llvm::LowerAllowCheckPass::Options::cutoffs

Definition at line 29 of file LowerAllowCheckPass.h.

Referenced by lowerAllowChecks().

◆ runtime_check

unsigned int llvm::LowerAllowCheckPass::Options::runtime_check = 0

Definition at line 30 of file LowerAllowCheckPass.h.

Referenced by lowerAllowChecks().


The documentation for this struct was generated from the following file: