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

/external/llvm/lib/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&); // DO NOT IMPLEMENT
67 void operator=(const VirtRegMap&); // DO NOT IMPLEMENT
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 73 milliseconds