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

/external/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp599 SmallDenseMap<const IrreducibleGraph::IrrNode *, bool, 8> InSCC; local
601 // InSCC also acts the set of nodes in the graph. Seed it.
603 InSCC[I] = false;
605 for (auto I = InSCC.begin(), E = InSCC.end(); I != E; ++I) {
608 if (InSCC.count(P))
619 if (Headers.size() == InSCC.size()) {
626 for (const auto &I : InSCC) {
639 if (InSCC.lookup(P))

Completed in 449 milliseconds