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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp393 auto *ChildRC = G->lookupRefSCC(E.getNode()); local
394 if (ChildRC == &RC)
396 if (!ChildRC || !Visited.insert(ChildRC).second)
398 Worklist.push_back(ChildRC);

Completed in 225 milliseconds