Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1356 Result.push_back(G->createRefSCC(*G)); in removeInternalRefEdge()
1676 RefSCC *NewRC = createRefSCC(*this); in addSplitFunction()
1733 NewRC = createRefSCC(*this); in addSplitRefRecursiveFunctions()
1949 RefSCC *NewRC = createRefSCC(*this); in buildRefSCCs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1192 template <typename... Ts> RefSCC *createRefSCC(Ts &&... Args) { in createRefSCC() function