reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/iterator.h
  169   PointerT operator->() { return &static_cast<DerivedT *>(this)->operator*(); }
include/llvm/Transforms/IPO/Attributor.h
  608       for (CallGraphNode *Node : *I)
lib/Analysis/BlockFrequencyInfoImpl.cpp
  785     createIrreducibleLoop(*this, G, OuterLoop, Insert, *I);
lib/Analysis/BranchProbabilityInfo.cpp
  966     const std::vector<const BasicBlock *> &Scc = *It;
lib/Analysis/CallGraphSCCPass.cpp
  474     const std::vector<CallGraphNode *> &NodeVec = *CGI;
lib/Analysis/GlobalsModRef.cpp
  472     const std::vector<CallGraphNode *> &SCC = *I;
  490     const std::vector<CallGraphNode *> &SCC = *I;
lib/Analysis/SyntheticCountsUtils.cpp
   94     SCCs.push_back(*I);
lib/IR/ModuleSummaryIndex.cpp
  205     for (const ValueInfo V : *I) {
lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
  881     const std::vector<MachineBasicBlock *> &SccNext = *It;
lib/Transforms/IPO/FunctionAttrs.cpp
  765     const std::vector<ArgumentGraphNode *> &ArgumentSCC = *I;
tools/opt/PrintSCC.cpp
   77     const std::vector<BasicBlock *> &nextSCC = *SCCI;
   98     const std::vector<CallGraphNode*> &nextSCC = *SCCI;
unittests/ADT/DirectedGraphTest.cpp
  273   for (auto &SCC : make_range(scc_begin(&DG), scc_end(&DG)))
unittests/ADT/SCCIteratorTest.cpp
   52       const std::vector<GT::NodeType *> &SCC = *I;