Searched defs:VirtRegMap (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h1 //===-- llvm/CodeGen/VirtRegMap.h - Virtual Register Map -*- C++ -*--------===//
32 class VirtRegMap : public MachineFunctionPass { class in namespace:llvm
66 VirtRegMap(const VirtRegMap&) LLVM_DELETED_FUNCTION;
67 void operator=(const VirtRegMap&) LLVM_DELETED_FUNCTION;
71 VirtRegMap() : MachineFunctionPass(ID), Virt2PhysMap(NO_PHYS_REG), function in class:llvm::VirtRegMap
184 inline raw_ostream &operator<<(raw_ostream &OS, const VirtRegMap &VRM) {

Completed in 168 milliseconds