Searched refs:LiveCPSR (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | Thumb2SizeReduction.cpp | 188 bool LiveCPSR, bool &HasCC, bool &CCDead); 194 const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop); 199 const ReduceEntry &Entry, bool LiveCPSR, 205 const ReduceEntry &Entry, bool LiveCPSR, 209 bool ReduceMI(MachineBasicBlock &MBB, MachineInstr *MI, bool LiveCPSR, 332 bool LiveCPSR, bool &HasCC, bool &CCDead) { in VerifyPredAndCC() argument 341 if (!LiveCPSR) { in VerifyPredAndCC() 632 bool LiveCPSR, bool IsSelfLoop) { in ReduceSpecial() argument 638 if (ReduceTo2Addr(MBB, MI, Entry, LiveCPSR, IsSelfLoop)) in ReduceSpecial() 640 return ReduceToNarrow(MBB, MI, Entry, LiveCPSR, IsSelfLoop); in ReduceSpecial() [all …]
|