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

  /external/llvm/lib/CodeGen/
VirtRegMap.cpp 84 unsigned Hint = MRI->getSimpleHint(VirtReg);
RegAllocPBQP.cpp 520 unsigned physReg = mri->getSimpleHint(li->reg);
RegAllocGreedy.cpp 583 if (unsigned Hint = MRI->getSimpleHint(VirtReg.reg))
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 611 /// getSimpleHint - Return the preferred register allocation hint, or 0 if a
613 unsigned getSimpleHint(unsigned Reg) const {
    [all...]

Completed in 521 milliseconds