HomeSort by relevance Sort by last modified time
    Searched refs:RegAllocHints (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 65 /// RegAllocHints - This vector records register allocation hints for virtual
72 IndexedMap<std::pair<unsigned, unsigned>, VirtReg2IndexFunctor> RegAllocHints;
625 RegAllocHints[VReg].first = Type;
626 RegAllocHints[VReg].second = PrefReg;
634 return RegAllocHints[VReg];
    [all...]
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 30 RegAllocHints.reserve(256);
101 RegAllocHints.grow(Reg);

Completed in 35 milliseconds