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

/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp857 static bool UpdateCPSRDef(MachineInstr &MI, bool LiveCPSR, bool &DefCPSR) { argument
865 DefCPSR = true;
983 bool DefCPSR = false; local
984 LiveCPSR = UpdateCPSRDef(*MI, LiveCPSR, DefCPSR);
990 } else if (DefCPSR) {

Completed in 64 milliseconds