LLVM  4.0.0
Macros | Functions
LiveDebugValues.cpp File Reference
#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>
Include dependency graph for LiveDebugValues.cpp:

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...
 

Macro Definition Documentation

#define DEBUG_TYPE   "live-debug-values"

Definition at line 43 of file LiveDebugValues.cpp.

Function Documentation

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"   
)