llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
Public Member Functions | List of all members
DeadStoreVisitor Class Reference
Inheritance diagram for DeadStoreVisitor:
Inheritance graph
[legend]
Collaboration diagram for DeadStoreVisitor:
Collaboration graph
[legend]

Public Member Functions

 DeadStoreVisitor (StoreMap &stores)
 
void VisitInst (Inst &i)
 
void VisitMemoryStoreInst (MemoryStoreInst &store)
 
void VisitMemoryLoadInst (MemoryLoadInst &store)
 
void VisitBarrierInst (BarrierInst &i)
 
void VisitMemoryExchangeInst (MemoryExchangeInst &i)
 
void VisitCallSite (CallSite &i)
 
void VisitX86_FPUControlInst (X86_FPUControlInst &i)
 
- Public Member Functions inherited from InstVisitor< void >
void Dispatch (Inst &i)
 

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