Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyCallGraph.cpp913 NewSCCs.push_back(G->createSCC(*this, SCCNodes)); in switchInternalEdgeToRef()
1640 NewC = createSCC(*NewRC, SmallVector<Node *, 1>({&NewN})); in addSplitFunction()
1665 NewC = createSCC(*NewRC, SmallVector<Node *, 1>({&NewN})); in addSplitFunction()
1737 SCC *NewC = createSCC(*NewRC, SmallVector<Node *, 1>({&NewN})); in addSplitRefRecursiveFunctions()
1903 RC.SCCs.push_back(createSCC(RC, Nodes)); in buildSCCs()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1159 template <typename... Ts> SCC *createSCC(Ts &&... Args) { in createSCC() function