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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp509 SCC &TargetC = *G.lookupSCC(E.getNode()); local
510 RefSCC &TargetRC = TargetC.getOuterRefSCC();
512 if (C != &TargetC) {
529 SCC &TargetC = *G.lookupSCC(*TargetN);
530 RefSCC &TargetRC = TargetC.getOuterRefSCC();
579 SCC &TargetC = *G.lookupSCC(*RefTarget); local
580 RefSCC &TargetRC = TargetC.getOuterRefSCC();
595 if (C != &TargetC) {
608 SCC &TargetC = *G.lookupSCC(*CallTarget); local
609 RefSCC &TargetRC = TargetC
[all...]
H A DLazyCallGraph.cpp263 bool LazyCallGraph::SCC::isAncestorOf(const SCC &TargetC) const {
264 if (this == &TargetC)
273 // Walk down the graph until we run out of edges or find a path to TargetC.
282 // If the callee's SCC is the TargetC, we're done.
283 if (CalleeC == &TargetC)
1391 SCC &TargetC = *G->lookupSCC(TargetN);
1392 if (&SourceC != &TargetC)
1393 assert(SourceC.isAncestorOf(TargetC) &&

Completed in 116 milliseconds