Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveVariables.cpp334 MachineInstr *LastPartDef = nullptr; in HandlePhysRegKill() local
346 LastPartDef = Def; in HandlePhysRegKill()
396 if (LastPartDef) in HandlePhysRegKill()
398 LastPartDef->addOperand(MachineOperand::CreateReg(Reg, false/*IsDef*/, in HandlePhysRegKill()