Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/syncable/
Ddirectory_backing_store.h117 bool LoadInfo(Directory::KernelLoadInfo* info);
Ddirectory_backing_store.cc257 if (!LoadInfo(kernel_load_info)) in DoLoad()
581 bool DirectoryBackingStore::LoadInfo(Directory::KernelLoadInfo* info) { in LoadInfo() function in syncable::DirectoryBackingStore
Ddirectory_backing_store_unittest.cc1324 dbs->LoadInfo(&dir_info); in TEST_P()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp755 struct LoadInfo { struct in __anon029210900211::LoadClusterMutation
759 LoadInfo(SUnit *su, unsigned reg, unsigned ofs) in LoadInfo() argument
762 static bool LoadInfoLess(const LoadClusterMutation::LoadInfo &LHS,
763 const LoadClusterMutation::LoadInfo &RHS);
779 const LoadClusterMutation::LoadInfo &LHS, in LoadInfoLess()
780 const LoadClusterMutation::LoadInfo &RHS) { in LoadInfoLess()
788 SmallVector<LoadClusterMutation::LoadInfo,32> LoadRecords; in clusterNeighboringLoads()
794 LoadRecords.push_back(LoadInfo(SU, BaseReg, Offset)); in clusterNeighboringLoads()