Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp51 UsedPhysRegMask.resize(NumRegs); in MachineRegisterInfo()
572 if (UsedPhysRegMask.test(PhysReg)) in isPhysRegModified()
586 if (UsedPhysRegMask.test(PhysReg)) in isPhysRegUsed()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h130 BitVector UsedPhysRegMask; variable
867 UsedPhysRegMask.setBitsNotInMask(RegMask); in addPhysRegsUsedFromRegMask()
870 const BitVector &getUsedPhysRegsMask() const { return UsedPhysRegMask; } in getUsedPhysRegsMask()