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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp972 static bool UpdateCPSRDef(MachineInstr &MI, bool LiveCPSR, bool &DefCPSR) { argument
980 DefCPSR = true;
1098 bool DefCPSR = false; local
1099 LiveCPSR = UpdateCPSRDef(*MI, LiveCPSR, DefCPSR);
1105 } else if (DefCPSR) {

Completed in 28 milliseconds