llvm::AAInterFnReachability

An abstract Attribute for computing reachability between functions.

Synopsis

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

struct AAInterFnReachability
    : StateWrapper<BooleanState, AbstractAttribute>

Base Classes

NameDescription
StateWrapper<BooleanState, AbstractAttribute>Helper to tie a abstract state implementation to an abstract attribute.

Type Aliases

NameDescription
Base Base type of this abstract attribute.
StateType Provide static access to the type of the state.

Member Functions

NameDescription
AAInterFnReachability [constructor]Create a AAInterFnReachability for the position IRP.
canReach If the function represented by this possition can reach Fn.
getIdAddr [virtual]See AbstractAttribute::getIdAddr()
getName [virtual]See AbstractAttribute::getName()
getState See AbstractAttribute::getState(...).
instructionCanReach [virtual]Can Inst reach Fn. See also AA::isPotentiallyReachable.

Static Member Functions

NameDescription
classof This function should return true if the type of the AA is AACallEdges.
createForPosition Create an abstract attribute view for the position IRP.

Static Data Members

NameDescription
ID Unique ID (due to the unique address)