Lines Matching defs:CCUseInstrs
1727 /// Collect instructions using that flags in \p CCUseInstrs if provided.
1731 SmallVectorImpl<MachineInstr *> *CCUseInstrs) {
1747 if (CCUseInstrs)
1748 CCUseInstrs->push_back(&Instr);
1844 /// codes used in \p CCUseInstrs must be inverted.
1847 SmallVectorImpl<MachineInstr *> &CCUseInstrs,
1887 examineCFlagsUse(MI, CmpInstr, TRI, &CCUseInstrs);
1946 SmallVector<MachineInstr *, 4> CCUseInstrs;
1948 if (!canCmpInstrBeRemoved(*MI, CmpInstr, CmpValue, TRI, CCUseInstrs,
1955 for (MachineInstr *CCUseInstr : CCUseInstrs) {