Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp55 MachineInstr &MIUse = *MOUse.getParent(); in isLocalUse()
56 InsertMBB = MIUse.getParent(); in isLocalUse()
57 if (MIUse.isPHI()) in isLocalUse()
58 InsertMBB = MIUse.getOperand(MOUse.getOperandNo() + 1).getMBB(); in isLocalUse()
101 LLVM_DEBUG(MachineInstr &MIUse = *MOUse.getParent(); in localizeInterBlock()
102 dbgs() << "Checking use: " << MIUse in localizeInterBlock()
54 MachineInstr &MIUse = *MOUse.getParent(); isLocalUse() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp647 for (const MachineOperand &MIUse : MI.uses()) in hasImplicitOverlap() local
648 if (&MIUse != &Use && MIUse.isReg() && MIUse.isImplicit() && in hasImplicitOverlap()
649 MIUse.isUse() && TRI->regsOverlap(Use.getReg(), MIUse.getReg())) in hasImplicitOverlap()