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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp197 /// to be used. \p PrevInsts is the set of instruction seen since
201 ArrayRef<MachineInstr *> PrevInsts);
365 ArrayRef<MachineInstr *> PrevInsts) {
380 for (auto *PrevMI : PrevInsts) {
363 isSuitableMemoryOp(const MachineInstr &MI, unsigned PointerReg, ArrayRef<MachineInstr *> PrevInsts) argument
H A DModuloSchedule.cpp860 SmallVector<MachineInstr *, 4> PrevInsts; local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h745 SmallVectorImpl<MachineInstr *> &PrevInsts,
741 reduceLoopCount(MachineBasicBlock &MBB, MachineBasicBlock &PreHeader, MachineInstr *IndVar, MachineInstr &Cmp, SmallVectorImpl<MachineOperand> &Cond, SmallVectorImpl<MachineInstr *> &PrevInsts, unsigned Iter, unsigned MaxIter) const argument

Completed in 56 milliseconds