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

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 291 /// addPhysRegsUsed - Mark the specified registers used in this function.
293 void addPhysRegsUsed(const BitVector &Regs) { UsedPhysRegs |= Regs; }
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp     [all...]

Completed in 141 milliseconds