struct AANoUnwind

Declaration

struct AANoUnwind : public IRAttribute { /* full declaration omitted */ };

Description

Helper class that provides common functionality to manifest IR attributes.

Declared at: llvm/include/llvm/Transforms/IPO/Attributor.h:1863

Inherits from: IRAttribute

Member Variables

public static const char ID
Unique ID (due to the unique address)

Method Overview

Methods

AANoUnwind(const llvm::IRPosition& IRP)

Declared at: llvm/include/llvm/Transforms/IPO/Attributor.h:1866

Parameters

const llvm::IRPosition& IRP

static llvm::AANoUnwind& createForPosition(
    const llvm::IRPosition& IRP,
    llvm::Attributor& A)

Description

Create an abstract attribute view for the position \p IRP.

Declared at: llvm/include/llvm/Transforms/IPO/Attributor.h:1875

Parameters

const llvm::IRPosition& IRP
llvm::Attributor& A

bool isAssumedNoUnwind() const

Description

Returns true if nounwind is assumed.

Declared at: llvm/include/llvm/Transforms/IPO/Attributor.h:1869

bool isKnownNoUnwind() const

Description

Returns true if nounwind is known.

Declared at: llvm/include/llvm/Transforms/IPO/Attributor.h:1872