Lines Matching refs:Handles
225 GAR->Handles.erase(I); in deleted()
280 Handles.emplace_front(*this, &F); in AnalyzeGlobals()
281 Handles.front().I = Handles.begin(); in AnalyzeGlobals()
292 Handles.emplace_front(*this, &GV); in AnalyzeGlobals()
293 Handles.front().I = Handles.begin(); in AnalyzeGlobals()
297 Handles.emplace_front(*this, Reader); in AnalyzeGlobals()
298 Handles.front().I = Handles.begin(); in AnalyzeGlobals()
306 Handles.emplace_front(*this, Writer); in AnalyzeGlobals()
307 Handles.front().I = Handles.begin(); in AnalyzeGlobals()
438 Handles.emplace_front(*this, AllocRelatedValues.back()); in AnalyzeIndirectGlobalMemory()
439 Handles.front().I = Handles.begin(); in AnalyzeIndirectGlobalMemory()
443 Handles.emplace_front(*this, GV); in AnalyzeIndirectGlobalMemory()
444 Handles.front().I = Handles.begin(); in AnalyzeIndirectGlobalMemory()
913 Handles(std::move(Arg.Handles)) { in GlobalsAAResult()
915 for (auto &H : Handles) { in GlobalsAAResult()