Searched refs:CCUseInstrs (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.cpp | 1657 SmallVectorImpl<MachineInstr *> *CCUseInstrs = nullptr) { in examineCFlagsUse() argument 1673 if (CCUseInstrs) in examineCFlagsUse() 1674 CCUseInstrs->push_back(&Instr); in examineCFlagsUse() 1757 SmallVectorImpl<MachineInstr *> &CCUseInstrs, in canCmpInstrBeRemoved() argument 1797 examineCFlagsUse(MI, CmpInstr, TRI, &CCUseInstrs); in canCmpInstrBeRemoved() 1856 SmallVector<MachineInstr *, 4> CCUseInstrs; in removeCmpToZeroOrOne() local 1858 if (!canCmpInstrBeRemoved(*MI, CmpInstr, CmpValue, TRI, CCUseInstrs, in removeCmpToZeroOrOne() 1865 for (MachineInstr *CCUseInstr : CCUseInstrs) { in removeCmpToZeroOrOne()
|