Searched refs:findOnlyInterestingUse (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 473 MachineInstr *findOnlyInterestingUse(unsigned Reg, MachineBasicBlock *MBB, in findOnlyInterestingUse() function 692 while (MachineInstr *UseMI = findOnlyInterestingUse(Reg, MBB, MRI, TII,IsCopy, in ScanUses()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 521 MachineInstr *findOnlyInterestingUse(unsigned Reg, MachineBasicBlock *MBB, in findOnlyInterestingUse() function 781 while (MachineInstr *UseMI = findOnlyInterestingUse(Reg, MBB, MRI, TII,IsCopy, in scanUses()
|
/external/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 492 MachineInstr *findOnlyInterestingUse(unsigned Reg, MachineBasicBlock *MBB, in findOnlyInterestingUse() function 739 while (MachineInstr *UseMI = findOnlyInterestingUse(Reg, MBB, MRI, TII,IsCopy, in scanUses()
|