Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DMachineScheduler.cpp985 struct LoadInfo { struct in __anon835531100211::LoadClusterMutation
989 LoadInfo(SUnit *su, unsigned reg, unsigned ofs) in LoadInfo() argument
992 static bool LoadInfoLess(const LoadClusterMutation::LoadInfo &LHS,
993 const LoadClusterMutation::LoadInfo &RHS);
1009 const LoadClusterMutation::LoadInfo &LHS, in LoadInfoLess()
1010 const LoadClusterMutation::LoadInfo &RHS) { in LoadInfoLess()
1018 SmallVector<LoadClusterMutation::LoadInfo,32> LoadRecords; in clusterNeighboringLoads()
1024 LoadRecords.push_back(LoadInfo(SU, BaseReg, Offset)); in clusterNeighboringLoads()