Searched refs:addPhysRegsUsed (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineRegisterInfo.h380 /// addPhysRegsUsed - Mark the specified registers used in this function.
382 void addPhysRegsUsed(const BitVector &Regs) { UsedPhysRegs |= Regs; } function in class:llvm::MachineRegisterInfo
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DRegAllocFast.cpp1019 MRI->addPhysRegsUsed(UsedInInstr);
1083 MRI->addPhysRegsUsed(UsedInInstr);

Completed in 125 milliseconds