Definition at line 26 of file liveDeadVarAnalysis.h.
 
◆ initialize()
  
  
      
        
          | void LiveVarsLattice::initialize  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ copy() [1/2]
  
  
      
        
          | Lattice * LiveVarsLattice::copy  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
 
◆ copy() [2/2]
  
  
      
        
          | void LiveVarsLattice::copy  | 
          ( | 
          Lattice *  | 
          that | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ remapVars()
  
  
      
        
          | void LiveVarsLattice::remapVars  | 
          ( | 
          const std::map< varID, varID > &  | 
          varNameMap,  | 
         
        
           | 
           | 
          const Function &  | 
          newFunc  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtual   | 
  
 
 
◆ incorporateVars()
  
  
      
        
          | void LiveVarsLattice::incorporateVars  | 
          ( | 
          Lattice *  | 
          that_arg | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ project()
◆ unProject()
◆ meetUpdate()
  
  
      
        
          | bool LiveVarsLattice::meetUpdate  | 
          ( | 
          Lattice *  | 
          that_arg | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ operator==()
  
  
      
        
          | bool LiveVarsLattice::operator==  | 
          ( | 
          Lattice *  | 
          that | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ str()
  
  
      
        
          | std::string LiveVarsLattice::str  | 
          ( | 
          std::string  | 
          indent = "" | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ liveVars
      
        
          | std::set<varID> LiveVarsLattice::liveVars | 
        
      
 
 
The documentation for this class was generated from the following file: