Searched refs:LoadInfo (Results 1 – 10 of 10) sorted by relevance
41 if (!LoadInfo(kernel_load_info)) in Load()
56 if (!LoadInfo(kernel_load_info)) in TryLoad()
101 bool LoadInfo(Directory::KernelLoadInfo* info);
540 bool DirectoryBackingStore::LoadInfo(Directory::KernelLoadInfo* info) { in LoadInfo() function in syncer::syncable::DirectoryBackingStore
39 if (!LoadInfo(kernel_load_info)) in Load()
117 bool LoadInfo(Directory::KernelLoadInfo* info);
257 if (!LoadInfo(kernel_load_info)) in DoLoad()581 bool DirectoryBackingStore::LoadInfo(Directory::KernelLoadInfo* info) { in LoadInfo() function in syncable::DirectoryBackingStore
1324 dbs->LoadInfo(&dir_info); in TEST_P()
779 struct LoadInfo { struct in __anon58dd20f40211::LoadClusterMutation783 LoadInfo(SUnit *su, unsigned reg, unsigned ofs) in LoadInfo() argument786 static bool LoadInfoLess(const LoadClusterMutation::LoadInfo &LHS,787 const LoadClusterMutation::LoadInfo &RHS);803 const LoadClusterMutation::LoadInfo &LHS, in LoadInfoLess()804 const LoadClusterMutation::LoadInfo &RHS) { in LoadInfoLess()812 SmallVector<LoadClusterMutation::LoadInfo,32> LoadRecords; in clusterNeighboringLoads()818 LoadRecords.push_back(LoadInfo(SU, BaseReg, Offset)); in clusterNeighboringLoads()
1728 struct LoadInfo { struct1736 typedef std::map<GlobalRoutingID, LoadInfo> LoadInfoMap;1801 LoadInfo& load_info = info_map[id]; in UpdateLoadStates()