Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp311 SmallPtrSet<SCC *, 4> SCCSet; in verify() local
317 bool Inserted = SCCSet.insert(C).second; in verify()
329 assert(SCCSet.count(C) && "Found an index for an SCC not in the RefSCC!"); in verify()