Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h895 template <typename... Ts> RefSCC *createRefSCC(Ts &&... Args) { in createRefSCC() function
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp1150 Result.push_back(G->createRefSCC(*G)); in removeInternalRefEdge()
1502 RefSCC *NewRC = createRefSCC(*this); in getNextRefSCCInPostOrder()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h1159 template <typename... Ts> RefSCC *createRefSCC(Ts &&... Args) { in createRefSCC() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1301 Result.push_back(G->createRefSCC(*G)); in removeInternalRefEdge()
1712 RefSCC *NewRC = createRefSCC(*this); in buildRefSCCs()