|
LLVM 22.0.0git
|
#include "llvm/Transforms/IPO/StripDeadPrototypes.h"#include "llvm/ADT/Statistic.h"#include "llvm/IR/Module.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "strip-dead-prototypes" |
Functions | |
| STATISTIC (NumDeadPrototypes, "Number of dead prototypes removed") | |
| static bool | stripDeadPrototypes (Module &M) |
| #define DEBUG_TYPE "strip-dead-prototypes" |
Definition at line 22 of file StripDeadPrototypes.cpp.
| STATISTIC | ( | NumDeadPrototypes | , |
| "Number of dead prototypes removed" | ) |
Definition at line 26 of file StripDeadPrototypes.cpp.
References F, and llvm::make_early_inc_range().
Referenced by llvm::StripDeadPrototypesPass::run().