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

/external/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp121 bool isDefTooClose(unsigned Reg, unsigned Dist, MachineInstr *MI);
985 bool TwoAddressInstructionPass::isDefTooClose(unsigned Reg, unsigned Dist, function in class:TwoAddressInstructionPass
1060 if (isDefTooClose(MOReg, DI->second, MI))

Completed in 66 milliseconds