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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp347 SCC &SourceSCC = *SCCs[i]; local
348 for (Node &N : SourceSCC)
472 SCCT &SourceSCC, SCCT &TargetSCC, PostorderSequenceT &SCCs,
476 int SourceIdx = SCCIndices[&SourceSCC];
510 assert(SCCs[SourceIdx] == &SourceSCC &&
554 SCC &SourceSCC = *G->lookupSCC(SourceN);
559 if (&SourceSCC == &TargetSCC) {
570 int SourceIdx = SCCIndices[&SourceSCC];
584 ConnectedSet.insert(&SourceSCC);
638 SourceSCC, TargetSC
471 updatePostorderSequenceForEdgeInsertion( SCCT &SourceSCC, SCCT &TargetSCC, PostorderSequenceT &SCCs, SCCIndexMapT &SCCIndices, ComputeSourceConnectedSetCallableT ComputeSourceConnectedSet, ComputeTargetConnectedSetCallableT ComputeTargetConnectedSet) argument
[all...]

Completed in 58 milliseconds