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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1472 struct MemOpInfo { struct in class:__anon3520::BaseMemOpClusterMutation
1478 MemOpInfo(SUnit *SU, ArrayRef<const MachineOperand *> BaseOps, function in struct:__anon3520::BaseMemOpClusterMutation::MemOpInfo
1502 bool operator<(const MemOpInfo &RHS) const {
1568 SmallVector<MemOpInfo, 32> MemOpRecords;
1577 MemOpRecords.push_back(MemOpInfo(SU, BaseOps, Offset, Width));

Completed in 104 milliseconds