|
LLVM
3.7.0
|
#include "llvm/Transforms/IPO.h"#include "llvm/ADT/Statistic.h"#include "llvm/IR/Constants.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/Module.h"#include "llvm/Transforms/Utils/CtorUtils.h"#include "llvm/Transforms/Utils/GlobalStatus.h"#include "llvm/Pass.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "elim-avail-extern" |
Functions | |
| STATISTIC (NumFunctions,"Number of functions removed") | |
| STATISTIC (NumVariables,"Number of global variables removed") | |
| INITIALIZE_PASS (EliminateAvailableExternally,"elim-avail-extern","Eliminate Available Externally Globals", false, false) ModulePass *llvm | |
| #define DEBUG_TYPE "elim-avail-extern" |
Definition at line 25 of file ElimAvailExtern.cpp.
| INITIALIZE_PASS | ( | EliminateAvailableExternally | , |
| "elim-avail-extern" | , | ||
| "Eliminate Available Externally Globals" | , | ||
| false | , | ||
| false | |||
| ) |
Definition at line 46 of file ElimAvailExtern.cpp.
| STATISTIC | ( | NumFunctions | , |
| "Number of functions removed" | |||
| ) |
| STATISTIC | ( | NumVariables | , |
| "Number of global variables removed" | |||
| ) |
1.8.6