LLVM API Documentation
#include "llvm/Analysis/DataStructure/DataStructure.h"
#include "llvm/Analysis/DataStructure/DSGraph.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Instructions.h"
#include "llvm/Intrinsics.h"
#include "llvm/Support/GetElementPtrTypeIterator.h"
#include "llvm/Support/InstVisitor.h"
#include "llvm/Target/TargetData.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Timer.h"
#include "llvm/Module.h"
Include dependency graph for Analysis/DataStructure/Local.cpp:
Go to the source code of this file.
Namespaces | |
namespace | llvm |
namespace | llvm::DS |
Functions | |
bool | llvm::DS::isPointerType (const Type *Ty) |
Variables | |
static RegisterAnalysis< LocalDataStructures > | X ("datastructure","Local Data Structure Analysis") |
static cl::opt< bool > | TrackIntegersAsPointers ("dsa-track-integers", cl::Hidden, cl::desc("If this is set, track integers as potential pointers")) |
|
|
|
|
|
Referenced by llvm::DS::isPointerType(). |
|
|