LLVM 19.0.0git
Functions | Variables
LiveVariables.cpp File Reference
#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"
#include <algorithm>

Go to the source code of this file.

Functions

 INITIALIZE_PASS_BEGIN (LiveVariables, "livevars", "Live Variable Analysis", false, false) INITIALIZE_PASS_END(LiveVariables
 

Variables

 livevars
 
Live Variable Analysis
 
Live Variable false
 

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( LiveVariables  ,
"livevars"  ,
"Live Variable Analysis"  ,
false  ,
false   
)

Variable Documentation

◆ Analysis

Live Variable Analysis

Definition at line 50 of file LiveVariables.cpp.

◆ false

Live Variable false

Definition at line 50 of file LiveVariables.cpp.

◆ livevars

livevars

Definition at line 49 of file LiveVariables.cpp.