Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp195 /// to be used. \p PrevInsts is the set of instruction seen since
199 ArrayRef<MachineInstr *> PrevInsts);
366 ArrayRef<MachineInstr *> PrevInsts) { in isSuitableMemoryOp() argument
469 for (auto *PrevMI : PrevInsts) { in isSuitableMemoryOp()
H A DModuloSchedule.cpp875 SmallVector<MachineInstr *, 4> PrevInsts; in addBranches() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h832 SmallVectorImpl<MachineInstr *> &PrevInsts, in reduceLoopCount() argument