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 48 /// RegAllocHints - This vector records register allocation hints for virtual
55 IndexedMap<std::pair<unsigned, unsigned>, VirtReg2IndexFunctor> RegAllocHints;
352 RegAllocHints[Reg].first = Type;
353 RegAllocHints[Reg].second = PrefReg;
360 return RegAllocHints[Reg];
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 25 RegAllocHints.reserve(256);
110 RegAllocHints.grow(Reg);

Completed in 69 milliseconds