Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h888 template <typename... Ts> SCC *createSCC(Ts &&... Args) { in createSCC() function
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp645 NewSCCs.push_back(G->createSCC(*this, SCCNodes)); in switchInternalEdgeToRef()
1381 RC.SCCs.push_back(createSCC(RC, SCCNodes)); in buildSCCs()