|
LLVM 22.0.0git
|
#include "llvm/ADT/BitVector.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SetVector.h"#include "llvm/ADT/SmallSet.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/RDFGraph.h"#include "llvm/CodeGen/RDFLiveness.h"#include "llvm/CodeGen/RDFRegisters.h"#include "llvm/CodeGen/TargetRegisterInfo.h"#include "llvm/MC/LaneBitmask.h"#include "llvm/MC/MCRegisterInfo.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/raw_ostream.h"#include <algorithm>#include <cassert>#include <cstdint>#include <iterator>#include <map>#include <unordered_map>#include <utility>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::rdf |
Functions | |
| 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().