|
LLVM
8.0.1
|
#include "RDFLiveness.h"#include "RDFGraph.h"#include "RDFRegisters.h"#include "llvm/ADT/BitVector.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SetVector.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineDominanceFrontier.h"#include "llvm/CodeGen/MachineDominators.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/TargetRegisterInfo.h"#include "llvm/MC/LaneBitmask.h"#include "llvm/MC/MCRegisterInfo.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/raw_ostream.h"#include <algorithm>#include <cassert>#include <cstdint>#include <iterator>#include <map>#include <utility>#include <vector>
Go to the source code of this file.
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
| llvm::rdf | |
Functions | |
| template<> | |
| raw_ostream & | llvm::rdf::operator<< (raw_ostream &OS, const Print< Liveness::RefMap > &P) |
Variables | |
| static cl::opt< unsigned > | MaxRecNest ("rdf-liveness-max-rec", cl::init(25), cl::Hidden, cl::desc("Maximum recursion level")) |
|
static |
Referenced by llvm::rdf::Liveness::getAllReachingDefsRec().
1.8.13