Searched refs:HandlePhysRegDef (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveVariables.cpp | 431 void LiveVariables::HandlePhysRegDef(Register Reg, MachineInstr *MI, in HandlePhysRegDef() function in LiveVariables 539 HandlePhysRegDef(MOReg, &MI, Defs); in runOnInstr() 550 HandlePhysRegDef(LI.PhysReg, nullptr, Defs); in runOnBlock() 594 HandlePhysRegDef(i, nullptr, Defs); in runOnBlock()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveVariables.h | 153 void HandlePhysRegDef(Register Reg, MachineInstr *MI,
|