Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveVariables.cpp333 MachineInstr *LastPartDef = nullptr; in HandlePhysRegKill() local
345 LastPartDef = Def; in HandlePhysRegKill()
395 if (LastPartDef) in HandlePhysRegKill()
397 LastPartDef->addOperand(MachineOperand::CreateReg(Reg, false/*IsDef*/, in HandlePhysRegKill()