Searched refs:CCDead (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp187 bool LiveCPSR, bool &HasCC, bool &CCDead);
334 bool LiveCPSR, bool &HasCC, bool &CCDead) {
345 CCDead = true;
804 bool CCDead = false; local
810 CCDead = true;
812 if (!VerifyPredAndCC(MI, Entry, true, Pred, LiveCPSR, HasCC, CCDead))
826 MIB.add(HasCC ? t1CondCodeOp(CCDead) : condCodeOp());
897 bool CCDead = false; local
902 CCDead = true;
904 if (!VerifyPredAndCC(MI, Entry, false, Pred, LiveCPSR, HasCC, CCDead))
332 VerifyPredAndCC(MachineInstr *MI, const ReduceEntry &Entry, bool is2Addr, ARMCC::CondCodes Pred, bool LiveCPSR, bool &HasCC, bool &CCDead) argument
[all...]

Completed in 54 milliseconds