LLVM API Documentation
#include "llvm/Analysis/Passes.h"#include "llvm/Module.h"#include "llvm/Pass.h"#include "llvm/Instructions.h"#include "llvm/Constants.h"#include "llvm/Analysis/AliasAnalysis.h"#include "llvm/Analysis/CallGraph.h"#include "llvm/Support/InstIterator.h"#include "llvm/Support/CommandLine.h"#include "llvm/ADT/Statistic.h"#include "llvm/ADT/SCCIterator.h"#include <set>Include dependency graph for GlobalsModRef.cpp:

Go to the source code of this file.
Functions | |
| Pass * | llvm::createGlobalsModRefPass () |
| static const GlobalValue * | getUnderlyingObject (const Value *V) |
|
|
getUnderlyingObject - This traverses the use chain to figure out what object the specified value points to. If the value points to, or is derived from, a global object, return it. Definition at line 326 of file GlobalsModRef.cpp. References llvm::Value::getType(), and getUnderlyingObject(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 138 of file GlobalsModRef.cpp. |