Searched refs:CCUseInstrs (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 401 SmallVectorImpl<MachineInstr *> *CCUseInstrs = nullptr);
|
| H A D | AArch64InstrInfo.cpp | 1655 SmallVectorImpl<MachineInstr *> *CCUseInstrs) { in examineCFlagsUse() argument 1671 if (CCUseInstrs) in examineCFlagsUse() 1672 CCUseInstrs->push_back(&Instr); in examineCFlagsUse() 1754 SmallVectorImpl<MachineInstr *> &CCUseInstrs, in canCmpInstrBeRemoved() argument 1794 examineCFlagsUse(MI, CmpInstr, TRI, &CCUseInstrs); in canCmpInstrBeRemoved() 1853 SmallVector<MachineInstr *, 4> CCUseInstrs; in removeCmpToZeroOrOne() local 1855 if (!canCmpInstrBeRemoved(*MI, CmpInstr, CmpValue, TRI, CCUseInstrs, in removeCmpToZeroOrOne() 1862 for (MachineInstr *CCUseInstr : CCUseInstrs) { in removeCmpToZeroOrOne()
|