Searched refs:VerifyPredAndCC (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 153 bool VerifyPredAndCC(MachineInstr *MI, const ReduceEntry &Entry, 292 Thumb2SizeReduce::VerifyPredAndCC(MachineInstr *MI, const ReduceEntry &Entry, in VerifyPredAndCC() function in Thumb2SizeReduce 705 if (!VerifyPredAndCC(MI, Entry, true, Pred, LiveCPSR, HasCC, CCDead)) in ReduceTo2Addr() 801 if (!VerifyPredAndCC(MI, Entry, false, Pred, LiveCPSR, HasCC, CCDead)) in ReduceToNarrow()
|