reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
764 RegAllocHints[VReg].first = Type; 765 RegAllocHints[VReg].second.clear(); 766 RegAllocHints[VReg].second.push_back(PrefReg); 773 RegAllocHints[VReg].second.push_back(PrefReg); 783 assert (RegAllocHints[VReg].first == 0 && 785 RegAllocHints[VReg].second.clear(); 794 unsigned BestHint = (RegAllocHints[VReg.id()].second.size() ? 795 RegAllocHints[VReg.id()].second[0] : 0); 796 return std::pair<unsigned, unsigned>(RegAllocHints[VReg.id()].first, 813 return RegAllocHints[VReg];lib/CodeGen/MachineRegisterInfo.cpp
50 RegAllocHints.reserve(256); 149 RegAllocHints.grow(Reg);