Home
last modified time | relevance | path

Searched refs:createSCC (Results 1 – 6 of 6) 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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h1167 template <typename... Ts> SCC *createSCC(Ts &&... Args) { in createSCC() function
/external/llvm-project/llvm/include/llvm/Analysis/
DLazyCallGraph.h1174 template <typename... Ts> SCC *createSCC(Ts &&... Args) { in createSCC() function
/external/llvm-project/llvm/lib/Analysis/
DLazyCallGraph.cpp874 NewSCCs.push_back(G->createSCC(*this, SCCNodes)); in switchInternalEdgeToRef()
1709 RC.SCCs.push_back(createSCC(RC, Nodes)); in buildSCCs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp862 NewSCCs.push_back(G->createSCC(*this, SCCNodes)); in switchInternalEdgeToRef()
1688 RC.SCCs.push_back(createSCC(RC, Nodes)); in buildSCCs()