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

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 271 /// getSimpleHint - Return the preferred register allocation hint, or 0 if a
273 unsigned getSimpleHint(unsigned Reg) const {
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 459 if (unsigned Hint = MRI->getSimpleHint(VirtReg.reg))
    [all...]

Completed in 32 milliseconds