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