Searched refs:isDefTooClose (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp137 bool isDefTooClose(unsigned Reg, unsigned Dist, MachineInstr *MI);
875 bool TwoAddressInstructionPass::isDefTooClose(unsigned Reg, unsigned Dist, function in class:TwoAddressInstructionPass
950 if (isDefTooClose(MOReg, DI->second, MI))

Completed in 46 milliseconds