Home
last modified time | relevance | path

Searched refs:LiveCPSR (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp153 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 …]