See AbstractAttribute::isValidIRPositionForInit

Synopsis

Declared in <llvm/Transforms/IPO/Attributor.h>

static
bool
isValidIRPositionForInit(
    Attributor& A,
    IRPosition const& IRP);

Parameters

Name

Description

A

The fixpoint analysis framework that orchestrates the attribute deduction.

IRP

Helper to describe and deal with positions in the LLVM‐IR.

Created with MrDocs