reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/CGSCCPassManager.cpp
  454           Node &CalleeN = *G.lookup(*Callee);
  479     Node &RefereeN = *G.lookup(Referee);
  495   for (auto *F : G.getLibFunctions())
  509     SCC &TargetC = *G.lookupSCC(E.getNode());
  518                                    G, N, C, AM, UR);
  529                         SCC &TargetC = *G.lookupSCC(*TargetN);
  556     assert(G.lookupSCC(N) == C && "Changed the SCC when splitting RefSCCs!");
  558     assert(G.lookupRefSCC(N) == RC && "Failed to update current RefSCC!");
  579     SCC &TargetC = *G.lookupSCC(*RefTarget);
  602     C = incorporateNewSCCRange(RC->switchInternalEdgeToRef(N, *RefTarget), G, N,
  608     SCC &TargetC = *G.lookupSCC(*CallTarget);
  655       assert(G.lookupSCC(N) == C && "Failed to update current SCC!");
  661         AM.getResult<FunctionAnalysisManagerCGSCCProxy>(*C, G);