|
LLVM 22.0.0git
|
#include "llvm/ADT/SmallPtrSet.h"#include "llvm/Analysis/ObjCARCInstKind.h"#include "llvm/Support/Compiler.h"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 | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | 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_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_ostream & | llvm::objcarc::operator<< (raw_ostream &OS, const Sequence S) |