Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1314 Result.push_back(G->createRefSCC(*G)); in removeInternalRefEdge()
1725 RefSCC *NewRC = createRefSCC(*this); in buildRefSCCs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h1174 template <typename... Ts> RefSCC *createRefSCC(Ts &&... Args) { in createRefSCC() function