LLVM 20.0.0git
|
#include "llvm/Transforms/IPO/StripDeadPrototypes.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/IR/Module.h"
#include "llvm/Transforms/IPO.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 23 of file StripDeadPrototypes.cpp.
STATISTIC | ( | NumDeadPrototypes | , |
"Number of dead prototypes removed" | |||
) |
Definition at line 27 of file StripDeadPrototypes.cpp.
References F, and llvm::make_early_inc_range().
Referenced by llvm::StripDeadPrototypesPass::run().