Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp137 bool isDefTooClose(Register Reg, unsigned Dist, MachineInstr *MI);
971 bool TwoAddressInstructionPass::isDefTooClose(Register Reg, unsigned Dist, in isDefTooClose() function in TwoAddressInstructionPass
1045 if (isDefTooClose(MOReg, DI->second, MI)) in rescheduleKillAboveMI()