LLVM API Documentation

Defines | Functions
StripDeadPrototypes.cpp File Reference
#include "llvm/Transforms/IPO.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/IR/Module.h"
#include "llvm/Pass.h"
Include dependency graph for StripDeadPrototypes.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "strip-dead-prototypes"

Functions

 STATISTIC (NumDeadPrototypes,"Number of dead prototypes removed")
 INITIALIZE_PASS (StripDeadPrototypesPass,"strip-dead-prototypes","Strip Unused Function Prototypes", false, false) bool StripDeadPrototypesPass

Define Documentation

#define DEBUG_TYPE   "strip-dead-prototypes"

Definition at line 23 of file StripDeadPrototypes.cpp.


Function Documentation

INITIALIZE_PASS ( StripDeadPrototypesPass  ,
"strip-dead-prototypes"  ,
"Strip Unused Function Prototypes"  ,
false  ,
false   
)
STATISTIC ( NumDeadPrototypes  ,
"Number of dead prototypes removed"   
)