LLVM 19.0.0git
Namespaces | Typedefs | Functions
BitTracker.cpp File Reference
#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/CodeGen/TargetRegisterInfo.h"
#include "llvm/IR/Constants.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
#include <cstdint>
#include <iterator>

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Typedefs

using BT = BitTracker
 

Functions

raw_ostreamllvm::operator<< (raw_ostream &OS, const BT::BitValue &BV)
 
raw_ostreamllvm::operator<< (raw_ostream &OS, const BT::RegisterCell &RC)
 

Typedef Documentation

◆ BT

using BT = BitTracker

Definition at line 73 of file BitTracker.cpp.