Home
last modified time | relevance | path

Searched refs:createSCC (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1152 template <typename... Ts> SCC *createSCC(Ts &&... Args) { in createSCC() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyCallGraph.cpp849 NewSCCs.push_back(G->createSCC(*this, SCCNodes)); in switchInternalEdgeToRef()
1675 RC.SCCs.push_back(createSCC(RC, Nodes)); in buildSCCs()