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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp1034 MachineInstr *BundleMI = nullptr; local
1062 BundleMI = MI;
1083 if (BundleMI && !NextInSameBundle && MI->isInsideBundle()) {
1088 if (BundleMI->killsRegister(ARM::CPSR))
1090 MachineOperand *MO = BundleMI->findRegisterDefOperand(ARM::CPSR);
1093 MO = BundleMI->findRegisterUseOperand(ARM::CPSR);

Completed in 38 milliseconds