16 using namespace clang;
37 P->Prev->Next = P->Next;
39 P->Next->Prev = P->Prev;
44 (
reinterpret_cast<DeadBlock *
>(
this + 1) - 1)->free();
50 To->Prev = From->Prev;
53 To->Next = From->Next;
79 void DeadBlock::free() {
Descriptor for a dead block.
Descriptor * Desc
Pointer to the stack slot descriptor.
A pointer to a memory block, live or dead.
A memory block, either on the stack or in the heap.
void movePointer(Pointer *From, Pointer *To)
bool IsDead
Flag indicating if the pointer is dead.
Pointer * Pointers
Start of the chain of pointers.
void removePointer(Pointer *P)
bool IsStatic
Flag indicating if the block has static storage duration.
bool IsExtern
Flag indicating if the block is an extern.
DeadBlock(DeadBlock *&Root, Block *Blk)
Copies the block.
Dataflow Directional Tag Classes.
void addPointer(Pointer *P)