Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1357 struct MemOpInfo { struct in __anon6cf580690211::BaseMemOpClusterMutation
1361 MemOpInfo(SUnit *su, unsigned reg, int64_t ofs) in MemOpInfo() argument
1364 bool operator<(const MemOpInfo&RHS) const { in operator <() argument
1400 SmallVector<MemOpInfo, 32> MemOpRecords; in clusterNeighboringMemOps()
1406 MemOpRecords.push_back(MemOpInfo(SU, BaseReg, Offset)); in clusterNeighboringMemOps()