Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp343 bool usePhysReg(MachineInstr &MI, MCRegister PhysReg);
726 bool RegAllocFastImpl::usePhysReg(MachineInstr &MI, MCRegister Reg) { in usePhysReg() function in RegAllocFastImpl
1620 if (!usePhysReg(MI, Reg)) in allocateInstruction()