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

References

include/llvm/Analysis/BlockFrequencyInfoImpl.h
  601     BlockNode Node;
  605     IrrNode(const BlockNode &Node) : Node(Node) {}
  614   BlockNode Start;
  640   void addNode(const BlockNode &Node) {
  647   void addEdges(const BlockNode &Node, const BFIBase::LoopData *OuterLoop,
  649   void addEdge(IrrNode &Irr, const BlockNode &Succ,
  669 void IrreducibleGraph::addEdges(const BlockNode &Node,
lib/Analysis/BlockFrequencyInfoImpl.cpp
  651 void IrreducibleGraph::addEdge(IrrNode &Irr, const BlockNode &Succ,