LLVM  8.0.1
Classes | Namespaces | Enumerations | Functions
PtrState.h File Reference
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/Analysis/ObjCARCInstKind.h"
#include "llvm/Support/Compiler.h"
Include dependency graph for PtrState.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::objcarc::RRInfo
 Unidirectional information about either a retain-decrement-use-release sequence or release-use-decrement-retain reverse sequence. More...
 
class  llvm::objcarc::PtrState
 This class summarizes several per-pointer runtime properties which are propagated through the flow graph. More...
 
struct  llvm::objcarc::BottomUpPtrState
 
struct  llvm::objcarc::TopDownPtrState
 

Namespaces

 llvm
 This class represents lattice values for constants.
 
 llvm::objcarc
 

Enumerations

enum  llvm::objcarc::Sequence {
  llvm::objcarc::S_None, llvm::objcarc::S_Retain, llvm::objcarc::S_CanRelease, llvm::objcarc::S_Use,
  llvm::objcarc::S_Stop, llvm::objcarc::S_Release, llvm::objcarc::S_MovableRelease
}
 A sequence of states that a pointer may go through in which an objc_retain and objc_release are actually needed. More...
 

Functions

raw_ostreamllvm::objcarc::operator<< (raw_ostream &OS, const Sequence S) LLVM_ATTRIBUTE_UNUSED