Searched defs:GlobalInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/IPA/
H A DGlobalsModRef.cpp50 /// GlobalInfo - Maintain mod/ref info for all of the globals without
53 std::map<const GlobalValue*, unsigned> GlobalInfo; member in struct:__anon25682::FunctionRecord
61 GlobalInfo.find(GV);
62 if (I != GlobalInfo.end())
228 FunctionInfo[Readers[i]].GlobalInfo[I] |= Ref;
232 FunctionInfo[Writers[i]].GlobalInfo[I] |= Mod;
414 for (const auto &G : CalleeFR->GlobalInfo)
415 FR.GlobalInfo[G.first] |= G.second;

Completed in 78 milliseconds