Lines Matching refs:Handles
242 GAR->Handles.erase(I); in deleted()
297 Handles.emplace_front(*this, &F); in AnalyzeGlobals()
298 Handles.front().I = Handles.begin(); in AnalyzeGlobals()
311 Handles.emplace_front(*this, &GV); in AnalyzeGlobals()
312 Handles.front().I = Handles.begin(); in AnalyzeGlobals()
316 Handles.emplace_front(*this, Reader); in AnalyzeGlobals()
317 Handles.front().I = Handles.begin(); in AnalyzeGlobals()
325 Handles.emplace_front(*this, Writer); in AnalyzeGlobals()
326 Handles.front().I = Handles.begin(); in AnalyzeGlobals()
462 Handles.emplace_front(*this, AllocRelatedValues.back()); in AnalyzeIndirectGlobalMemory()
463 Handles.front().I = Handles.begin(); in AnalyzeIndirectGlobalMemory()
467 Handles.emplace_front(*this, GV); in AnalyzeIndirectGlobalMemory()
468 Handles.front().I = Handles.begin(); in AnalyzeIndirectGlobalMemory()
510 Handles.emplace_front(*this, F); in AnalyzeCallGraph()
511 Handles.front().I = Handles.begin(); in AnalyzeCallGraph()
972 Handles(std::move(Arg.Handles)) { in GlobalsAAResult()
974 for (auto &H : Handles) { in GlobalsAAResult()