Searched defs:VirtRegMap (Results 1 - 2 of 2) 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&) = delete;
67 void operator=(const VirtRegMap&) = delete;
71 VirtRegMap() : MachineFunctionPass(ID), Virt2PhysMap(NO_PHYS_REG), function in class:llvm::VirtRegMap
184 inline raw_ostream &operator<<(raw_ostream &OS, const VirtRegMap &VRM) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DVirtRegMap.h1 //===-- llvm/CodeGen/VirtRegMap.h - Virtual Register Map -*- C++ -*--------===//
40 class VirtRegMap : public MachineFunctionPass { class in namespace:llvm
141 VirtRegMap(const VirtRegMap&); // DO NOT IMPLEMENT
142 void operator=(const VirtRegMap&); // DO NOT IMPLEMENT
146 VirtRegMap() : MachineFunctionPass(ID), Virt2PhysMap(NO_PHYS_REG), function in class:llvm::VirtRegMap
522 inline raw_ostream &operator<<(raw_ostream &OS, const VirtRegMap &VRM) {

Completed in 238 milliseconds