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

/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp833 static bool UpdateCPSRDef(MachineInstr &MI, bool LiveCPSR, bool &DefCPSR) { argument
842 DefCPSR = true;
942 bool DefCPSR = false; local
943 LiveCPSR = UpdateCPSRDef(*MI, LiveCPSR, DefCPSR);
948 } else if (DefCPSR) {

Completed in 682 milliseconds