|
LLVM 23.0.0git
|
} More...
#include "llvm/Transforms/IPO/Attributor.h"
Public Types | |
| using | DepTy = PointerIntPair<AADepGraphNode *, 1> |
| using | DepSetTy = SmallSetVector<DepTy, 2> |
| using | iterator = mapped_iterator<DepSetTy::iterator, decltype(&DepGetVal)> |
| using | aaiterator |
Public Member Functions | |
| virtual | ~AADepGraphNode ()=default |
| aaiterator | begin () |
| aaiterator | end () |
| iterator | child_begin () |
| iterator | child_end () |
| void | print (raw_ostream &OS) const |
| virtual void | print (Attributor *, raw_ostream &OS) const |
| DepSetTy & | getDeps () |
Protected Member Functions | |
| operator AbstractAttribute * () | |
Static Protected Member Functions | |
| static AADepGraphNode * | DepGetVal (const DepTy &DT) |
| static AbstractAttribute * | DepGetValAA (const DepTy &DT) |
Protected Attributes | |
| DepSetTy | Deps |
| Set of dependency graph nodes which should be updated if this one is updated. | |
Friends | |
| struct | Attributor |
| struct | AADepGraph |
}
The data structure for the nodes of a dependency graph
Definition at line 515 of file Attributor.h.
Definition at line 535 of file Attributor.h.
| using llvm::AADepGraphNode::DepSetTy = SmallSetVector<DepTy, 2> |
Definition at line 519 of file Attributor.h.
| using llvm::AADepGraphNode::DepTy = PointerIntPair<AADepGraphNode *, 1> |
Definition at line 518 of file Attributor.h.
| using llvm::AADepGraphNode::iterator = mapped_iterator<DepSetTy::iterator, decltype(&DepGetVal)> |
Definition at line 534 of file Attributor.h.
|
virtualdefault |
|
inline |
Definition at line 538 of file Attributor.h.
References DepGetValAA(), and Deps.
Referenced by llvm::AAPotentialConstantValues::getAssumedConstant(), llvm::AAPotentialConstantValues::getAssumedMinTrailingZeros(), llvm::AAIsDead::isLiveInstSet(), and llvm::AACallEdges::optimisticEdgesBegin().
|
inline |
Definition at line 540 of file Attributor.h.
References DepGetVal(), and Deps.
|
inline |
Definition at line 541 of file Attributor.h.
References DepGetVal(), and Deps.
|
inlinestaticprotected |
Definition at line 526 of file Attributor.h.
References llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info >::getPointer().
Referenced by child_begin(), and child_end().
|
inlinestaticprotected |
Definition at line 527 of file Attributor.h.
References llvm::cast(), and llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info >::getPointer().
|
inline |
Definition at line 539 of file Attributor.h.
References DepGetValAA(), and Deps.
Referenced by llvm::AAIsDead::isLiveInstSet(), and llvm::AACallEdges::optimisticEdgesEnd().
|
inline |
Definition at line 547 of file Attributor.h.
References Deps.
|
inlineprotected |
Definition at line 531 of file Attributor.h.
References llvm::cast().
|
inlinevirtual |
Reimplemented in llvm::AbstractAttribute.
Definition at line 544 of file Attributor.h.
References Attributor.
|
inline |
|
friend |
|
friend |
Definition at line 549 of file Attributor.h.
References Attributor.
Referenced by Attributor, and print().
|
protected |
Set of dependency graph nodes which should be updated if this one is updated.
The bit encodes if it is optional.
Definition at line 524 of file Attributor.h.
Referenced by begin(), child_begin(), child_end(), end(), getDeps(), and llvm::AbstractAttribute::printWithDeps().