HomeSort by relevance Sort by last modified time
    Searched refs:InSCC (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 646 SmallDenseMap<const IrreducibleGraph::IrrNode *, bool, 8> InSCC;
648 // InSCC also acts the set of nodes in the graph. Seed it.
650 InSCC[I] = false;
652 for (auto I = InSCC.begin(), E = InSCC.end(); I != E; ++I) {
655 if (InSCC.count(P))
667 if (Headers.size() == InSCC.size()) {
674 for (const auto &I : InSCC) {
687 if (InSCC.lookup(P))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 684 SmallDenseMap<const IrreducibleGraph::IrrNode *, bool, 8> InSCC;
686 // InSCC also acts the set of nodes in the graph. Seed it.
688 InSCC[I] = false;
690 for (auto I = InSCC.begin(), E = InSCC.end(); I != E; ++I) {
693 if (InSCC.count(P))
706 if (Headers.size() == InSCC.size()) {
713 for (const auto &I : InSCC) {
726 if (InSCC.lookup(P))

Completed in 4522 milliseconds