Searched refs:CCUseInstrs (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.cpp | 1653 SmallVectorImpl<MachineInstr *> *CCUseInstrs = nullptr) { in examineCFlagsUse() argument 1669 if (CCUseInstrs) in examineCFlagsUse() 1670 CCUseInstrs->push_back(&Instr); in examineCFlagsUse() 1753 SmallVectorImpl<MachineInstr *> &CCUseInstrs, in canCmpInstrBeRemoved() argument 1793 examineCFlagsUse(MI, CmpInstr, TRI, &CCUseInstrs); in canCmpInstrBeRemoved() 1852 SmallVector<MachineInstr *, 4> CCUseInstrs; in removeCmpToZeroOrOne() local 1854 if (!canCmpInstrBeRemoved(*MI, CmpInstr, CmpValue, TRI, CCUseInstrs, in removeCmpToZeroOrOne() 1861 for (MachineInstr *CCUseInstr : CCUseInstrs) { in removeCmpToZeroOrOne()
|