Searched refs:LiveCPSR (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 153 bool LiveCPSR, bool &HasCC, bool &CCDead); 159 const ReduceEntry &Entry, bool LiveCPSR, 166 bool LiveCPSR, MachineInstr *CPSRDef); 172 bool LiveCPSR, MachineInstr *CPSRDef); 244 bool LiveCPSR, bool &HasCC, bool &CCDead) { in VerifyPredAndCC() argument 253 if (!LiveCPSR) { in VerifyPredAndCC() 479 bool LiveCPSR, MachineInstr *CPSRDef) { in ReduceSpecial() argument 485 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, CPSRDef)) in ReduceSpecial() 487 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, CPSRDef); in ReduceSpecial() 537 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, CPSRDef)) in ReduceSpecial() [all …]
|