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 349 /// addPhysRegsUsed - Mark the specified registers used in this function.
351 void addPhysRegsUsed(const BitVector &Regs) { UsedPhysRegs |= Regs; }
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp     [all...]

Completed in 36 milliseconds