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

/freebsd-10.3-release/contrib/llvm/lib/Analysis/IPA/
H A DGlobalsModRef.cpp49 /// GlobalInfo - Maintain mod/ref info for all of the globals without
52 std::map<const GlobalValue*, unsigned> GlobalInfo; member in struct:__anon2199::FunctionRecord
60 GlobalInfo.find(GV);
61 if (I != GlobalInfo.end())
223 FunctionInfo[Readers[i]].GlobalInfo[I] |= Ref;
227 FunctionInfo[Writers[i]].GlobalInfo[I] |= Mod;
421 CalleeFR->GlobalInfo.begin(), E = CalleeFR->GlobalInfo.end();
423 FR.GlobalInfo[GI->first] |= GI->second;

Completed in 52 milliseconds