Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h109 std::unique_ptr<MachineOperand *[]> PhysRegUseDefLists; variable
116 return PhysRegUseDefLists[RegNo.id()]; in getRegUseDefListHead()
122 return PhysRegUseDefLists[RegNo.id()]; in getRegUseDefListHead()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp50 PhysRegUseDefLists.reset(new MachineOperand*[NumRegs]()); in MachineRegisterInfo()