Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp357 MachineInstr *LastPartDef = nullptr; in HandlePhysRegKill() local
368 LastPartDef = Def; in HandlePhysRegKill()
416 if (LastPartDef) in HandlePhysRegKill()
418 LastPartDef->addOperand(MachineOperand::CreateReg(Reg, false/*IsDef*/, in HandlePhysRegKill()