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.cpp353 MachineInstr *LastPartDef = nullptr; in HandlePhysRegKill() local
364 LastPartDef = Def; in HandlePhysRegKill()
412 if (LastPartDef) in HandlePhysRegKill()
414 LastPartDef->addOperand(MachineOperand::CreateReg(Reg, false/*IsDef*/, in HandlePhysRegKill()