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

  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 561 void IrreducibleGraph::addEdge(IrrNode &Irr, const BlockNode &Succ,
568 IrrNode &SuccIrr = *L->second;
578 typedef const GraphT::IrrNode NodeType;
579 typedef GraphT::IrrNode::iterator ChildIteratorType;
596 const std::vector<const IrreducibleGraph::IrrNode *> &SCC,
599 SmallDenseMap<const IrreducibleGraph::IrrNode *, bool, 8> InSCC;
662 const std::vector<const IrreducibleGraph::IrrNode *> &SCC) {
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 541 struct IrrNode {
544 std::deque<const IrrNode *> Edges;
545 IrrNode(const BlockNode &Node) : Node(Node), NumIn(0) {}
547 typedef std::deque<const IrrNode *>::const_iterator iterator;
554 const IrrNode *StartIrr;
555 std::vector<IrrNode> Nodes;
556 SmallDenseMap<uint32_t, IrrNode *, 4> Lookup;
587 void addEdge(IrrNode &Irr, const BlockNode &Succ,
611 IrrNode &Irr = *L->second;
    [all...]

Completed in 44 milliseconds