|
LLVM
4.0.0
|
#include "BitTracker.h"#include "llvm/ADT/APInt.h"#include "llvm/ADT/BitVector.h"#include "llvm/CodeGen/MachineBasicBlock.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineOperand.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/IR/Constants.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"#include "llvm/Target/TargetRegisterInfo.h"#include <iterator>#include <cassert>#include <cstdint>Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Typedefs | |
| typedef BitTracker | BT |
Functions | |
| raw_ostream & | llvm::operator<< (raw_ostream &OS, const BT::BitValue &BV) |
| raw_ostream & | llvm::operator<< (raw_ostream &OS, const BT::RegisterCell &RC) |
| typedef BitTracker BT |
Definition at line 74 of file BitTracker.cpp.
1.8.6