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

  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 554 struct IrrNode {
557 std::deque<const IrrNode *> Edges;
558 IrrNode(const BlockNode &Node) : Node(Node), NumIn(0) {}
560 typedef std::deque<const IrrNode *>::const_iterator iterator;
567 const IrrNode *StartIrr;
568 std::vector<IrrNode> Nodes;
569 SmallDenseMap<uint32_t, IrrNode *, 4> Lookup;
600 void addEdge(IrrNode &Irr, const BlockNode &Succ,
624 IrrNode &Irr = *L->second;
    [all...]
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 582 void IrreducibleGraph::addEdge(IrrNode &Irr, const BlockNode &Succ,
589 IrrNode &SuccIrr = *L->second;
599 typedef const GraphT::IrrNode NodeType;
600 typedef GraphT::IrrNode::iterator ChildIteratorType;
617 const std::vector<const IrreducibleGraph::IrrNode *> &SCC,
620 SmallDenseMap<const IrreducibleGraph::IrrNode *, bool, 8> InSCC;
684 const std::vector<const IrreducibleGraph::IrrNode *> &SCC) {

Completed in 185 milliseconds