Searched refs:SCCElts (Results 1 – 1 of 1) sorted by relevance
163 const ImmutableSmallSet<CallGraphNode *, SmallSCCSize> SCCElts(SCC); in PathfindSomeCycle() local166 auto NodeIsPartOfSCC = [&SCCElts](CallGraphNode *N) { in PathfindSomeCycle()167 return SCCElts.count(N) != 0; in PathfindSomeCycle()