LLVM
15.0.0git
|
Public Attributes | |
MapVector< BasicBlock *, SetVector< Value * > > | KillSet |
Values defined in this block. More... | |
MapVector< BasicBlock *, SetVector< Value * > > | LiveSet |
Values used in this block (and thus live); does not included values killed within this block. More... | |
MapVector< BasicBlock *, SetVector< Value * > > | LiveIn |
Values live into this basic block (i.e. More... | |
MapVector< BasicBlock *, SetVector< Value * > > | LiveOut |
Values live out of this basic block (i.e. More... | |
Definition at line 233 of file RewriteStatepointsForGC.cpp.
MapVector<BasicBlock *, SetVector<Value *> > false::GCPtrLivenessData::KillSet |
Values defined in this block.
Definition at line 235 of file RewriteStatepointsForGC.cpp.
MapVector<BasicBlock *, SetVector<Value *> > false::GCPtrLivenessData::LiveIn |
Values live into this basic block (i.e.
used by any instruction in this basic block or ones reachable from here)
Definition at line 243 of file RewriteStatepointsForGC.cpp.
MapVector<BasicBlock *, SetVector<Value *> > false::GCPtrLivenessData::LiveOut |
Values live out of this basic block (i.e.
live into any successor block)
Definition at line 247 of file RewriteStatepointsForGC.cpp.
MapVector<BasicBlock *, SetVector<Value *> > false::GCPtrLivenessData::LiveSet |
Values used in this block (and thus live); does not included values killed within this block.
Definition at line 239 of file RewriteStatepointsForGC.cpp.