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

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp449 /// findOnlyInterestingUse - Given a register, if has a single in-basic block
452 MachineInstr *findOnlyInterestingUse(unsigned Reg, MachineBasicBlock *MBB, function
668 while (MachineInstr *UseMI = findOnlyInterestingUse(Reg, MBB, MRI, TII,IsCopy,

Completed in 109 milliseconds