LLVM: llvm::SubsumingPositionIterator Class Reference (original) (raw)

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 1123 of file Attributor.h.