LLVM 22.0.0git
|
#include "llvm/CodeGen/LiveVariables.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/DepthFirstIterator.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Functions | |
INITIALIZE_PASS_BEGIN (LiveVariablesWrapperPass, "livevars", "Live Variable Analysis", false, false) INITIALIZE_PASS_END(LiveVariablesWrapperPass |
Variables | |
livevars | |
Live Variable | Analysis |
Live Variable | false |
INITIALIZE_PASS_BEGIN | ( | LiveVariablesWrapperPass | , |
"livevars" | , | ||
"Live Variable Analysis" | , | ||
false | , | ||
false | ) |
References INITIALIZE_PASS_DEPENDENCY.
Live Variable Analysis |
Definition at line 65 of file LiveVariables.cpp.
Live Variable false |
Definition at line 65 of file LiveVariables.cpp.
livevars |
Definition at line 64 of file LiveVariables.cpp.