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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp703 SmallDenseMap<const IrreducibleGraph::IrrNode *, bool, 8> InSCC; local
705 // InSCC also acts the set of nodes in the graph. Seed it.
707 InSCC[I] = false;
709 for (auto I = InSCC.begin(), E = InSCC.end(); I != E; ++I) {
712 if (InSCC.count(P))
725 if (Headers.size() == InSCC.size()) {
732 for (const auto &I : InSCC) {
745 if (InSCC.lookup(P))

Completed in 111 milliseconds