LLVM 19.0.0git
Macros | Functions
PtrState.cpp File Reference
#include "PtrState.h"
#include "DependencyAnalysis.h"
#include "ObjCARC.h"
#include "llvm/Analysis/ObjCARCAnalysisUtils.h"
#include "llvm/Analysis/ObjCARCInstKind.h"
#include "llvm/Analysis/ObjCARCUtil.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Value.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
#include <iterator>
#include <utility>

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "objc-arc-ptr-state"
 

Functions

static Sequence MergeSeqs (Sequence A, Sequence B, bool TopDown)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "objc-arc-ptr-state"

Definition at line 31 of file PtrState.cpp.

Function Documentation

◆ MergeSeqs()

static Sequence MergeSeqs ( Sequence  A,
Sequence  B,
bool  TopDown 
)
static