|
LLVM
4.0.0
|
#include "llvm/ADT/PostOrderIterator.h"#include "llvm/ADT/SmallPtrSet.h"#include "llvm/ADT/SparseBitVector.h"#include "llvm/ADT/Statistic.h"#include "llvm/ADT/UniqueVector.h"#include "llvm/CodeGen/LexicalScopes.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/Passes.h"#include "llvm/IR/DebugInfo.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"#include "llvm/Target/TargetInstrInfo.h"#include "llvm/Target/TargetLowering.h"#include "llvm/Target/TargetRegisterInfo.h"#include "llvm/Target/TargetSubtargetInfo.h"#include <list>#include <queue>Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "live-debug-values" |
Functions | |
| STATISTIC (NumInserted,"Number of DBG_VALUE instructions inserted") | |
| INITIALIZE_PASS (LiveDebugValues,"livedebugvalues","Live DEBUG_VALUE analysis", false, false) LiveDebugValues | |
| Default construct and initialize the pass. More... | |
| #define DEBUG_TYPE "live-debug-values" |
Definition at line 43 of file LiveDebugValues.cpp.
| INITIALIZE_PASS | ( | LiveDebugValues | , |
| "livedebugvalues" | , | ||
| "Live DEBUG_VALUE analysis" | , | ||
| false | , | ||
| false | |||
| ) |
Default construct and initialize the pass.
Definition at line 266 of file LiveDebugValues.cpp.
References llvm::PassRegistry::getPassRegistry(), and llvm::initializeLiveDebugValuesPass().
| STATISTIC | ( | NumInserted | , |
| "Number of DBG_VALUE instructions inserted" | |||
| ) |
1.8.6