struct AANoRecurse

Declaration

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

Description

An abstract attribute for norecurse.

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

Inherits from: IRAttribute

Member Variables

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

Method Overview

Methods

AANoRecurse(const llvm::IRPosition& IRP,
            llvm::Attributor& A)

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

Parameters

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

static bool classof(
    const llvm::AbstractAttribute* AA)

Description

This function should return true if the type of the \p AA is AANoRecurse

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

Parameters

const llvm::AbstractAttribute* AA

static llvm::AANoRecurse& 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:3224

Parameters

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

const char* getIdAddr() const

Description

See AbstractAttribute::getIdAddr()

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

const std::string getName() const

Description

See AbstractAttribute::getName()

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

bool isAssumedNoRecurse() const

Description

Return true if "norecurse" is assumed.

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

bool isKnownNoRecurse() const

Description

Return true if "norecurse" is known.

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