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

/external/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp117 bool isDefTooClose(unsigned Reg, unsigned Dist, MachineInstr *MI);
913 /// isDefTooClose - Return true if the re-scheduling will put the given
915 bool TwoAddressInstructionPass::isDefTooClose(unsigned Reg, unsigned Dist, function in class:TwoAddressInstructionPass
994 if (isDefTooClose(MOReg, DI->second, MI))

Completed in 53 milliseconds