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

/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DLazyCallGraph.cpp337 SmallPtrSet<SCC *, 4> SCCSet; local
343 bool Inserted = SCCSet.insert(C).second;
353 assert(SCCSet.count(C) && "Found an index for an SCC not in the RefSCC!");

Completed in 107 milliseconds