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 85 unsigned Hint = MRI->getSimpleHint(VirtReg);
RegAllocPBQP.cpp 704 unsigned PReg = MRI.getSimpleHint(LI.reg);
RegAllocGreedy.cpp 608 if (unsigned Hint = MRI->getSimpleHint(VirtReg.reg))
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 637 /// getSimpleHint - Return the preferred register allocation hint, or 0 if a
639 unsigned getSimpleHint(unsigned VReg) const {
    [all...]

Completed in 1808 milliseconds