Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h351 void addPhysRegsUsed(const BitVector &Regs) { UsedPhysRegs |= Regs; } in addPhysRegsUsed() function
/external/llvm/lib/CodeGen/
DRegAllocFast.cpp1019 MRI->addPhysRegsUsed(UsedInInstr); in AllocateBasicBlock()
1084 MRI->addPhysRegsUsed(UsedInInstr); in AllocateBasicBlock()