reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2792 for (const MachineOperand &MO : MI.operands()) { 2800 if (!MI.isPHI() && !Inputs.has(R.Reg)) { 2802 << " in MI: " << MI; 2811 if (!MI.isCopy()) { 2812 dbgs() << "CONST: " << MI; 2813 for (const MachineOperand &MO : MI.operands()) { 2826 if (MI.isCopy()) 2831 for (const MachineOperand &MO : MI.operands()) { 2842 MachineBasicBlock &B = *MI.getParent(); 2843 const DebugLoc &DL = MI.getDebugLoc(); 2858 MachineBasicBlock::iterator At = MI.getIterator(); 2934 MachineFunction &MF = *MI.getParent()->getParent(); 2936 dbgs() << "Rewrite: for " << MI << " created " << *NewInstrs[0];