LLVM API Documentation
#include "llvm/Transforms/Scalar.h"
#include "llvm/ADT/Hashing.h"
#include "llvm/ADT/ScopedHashTable.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Analysis/AssumptionTracker.h"
#include "llvm/Analysis/InstructionSimplify.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/Instructions.h"
#include "llvm/Pass.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/RecyclingAllocator.h"
#include "llvm/Target/TargetLibraryInfo.h"
#include "llvm/Transforms/Utils/Local.h"
#include <vector>
Go to the source code of this file.
Classes | |
struct | llvm::DenseMapInfo< SimpleValue > |
struct | llvm::DenseMapInfo< CallValue > |
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
Defines | |
#define | DEBUG_TYPE "early-cse" |
Functions | |
STATISTIC (NumSimplify,"Number of instructions simplified or DCE'd") | |
STATISTIC (NumCSE,"Number of instructions CSE'd") | |
STATISTIC (NumCSELoad,"Number of load instructions CSE'd") | |
STATISTIC (NumCSECall,"Number of call instructions CSE'd") | |
STATISTIC (NumDSE,"Number of trivial dead stores removed") | |
static unsigned | getHash (const void *V) |
#define DEBUG_TYPE "early-cse" |
Definition at line 32 of file EarlyCSE.cpp.
Definition at line 40 of file EarlyCSE.cpp.
STATISTIC | ( | NumSimplify | , |
"Number of instructions simplified or DCE'd" | |||
) |
STATISTIC | ( | NumCSE | , |
"Number of instructions CSE'd" | |||
) |
STATISTIC | ( | NumCSELoad | , |
"Number of load instructions CSE'd" | |||
) |
STATISTIC | ( | NumCSECall | , |
"Number of call instructions CSE'd" | |||
) |
STATISTIC | ( | NumDSE | , |
"Number of trivial dead stores removed" | |||
) |