LLVM 19.0.0git
Public Member Functions | List of all members
llvm::SubsumingPositionIterator Class Reference

A visitor class for IR positions. More...

#include "llvm/Transforms/IPO/Attributor.h"

Public Member Functions

 SubsumingPositionIterator (const IRPosition &IRP)
 
iterator begin ()
 
iterator end ()
 

Detailed Description

A visitor class for IR positions.

Given a position P, the SubsumingPositionIterator allows to visit "subsuming positions" wrt. attributes/information. Thus, if a piece of information holds for a subsuming position, it also holds for the position P.

The subsuming positions always include the initial position and then, depending on the position kind, additionally the following ones:

Definition at line 1110 of file Attributor.h.

Constructor & Destructor Documentation

◆ SubsumingPositionIterator()

SubsumingPositionIterator::SubsumingPositionIterator ( const IRPosition IRP)

Member Function Documentation

◆ begin()

iterator llvm::SubsumingPositionIterator::begin ( )
inline

◆ end()

iterator llvm::SubsumingPositionIterator::end ( )
inline

The documentation for this class was generated from the following files: