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

/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp810 static bool UpdateCPSRDef(MachineInstr &MI, bool LiveCPSR, bool &DefCPSR) { argument
819 DefCPSR = true;
913 bool DefCPSR = false; local
914 LiveCPSR = UpdateCPSRDef(*MI, LiveCPSR, DefCPSR);
919 } else if (DefCPSR) {

Completed in 71 milliseconds