Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp345 bool definePhysReg(MachineInstr &MI, MCPhysReg PhysReg);
717 bool RegAllocFastImpl::definePhysReg(MachineInstr &MI, MCPhysReg Reg) { in definePhysReg() function in RegAllocFastImpl
1431 bool displacedAny = definePhysReg(MI, Reg); in allocateInstruction()