HomeSort by: relevance | last modified time | path
    Searched defs:IrreducibleGraph (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 66 struct IrreducibleGraph;
466 analyzeIrreducible(const bfi_detail::IrreducibleGraph &G, LoopData *OuterLoop,
598 /// \a IrreducibleGraph makes this graph explicit. It's in a form that can use
602 struct IrreducibleGraph {
637 IrreducibleGraph(BFIBase &BFI, const BFIBase::LoopData *OuterLoop,
662 void IrreducibleGraph::initialize(const BFIBase::LoopData *OuterLoop,
677 void IrreducibleGraph::addEdges(const BlockNode &Node,
1329 void operator()(IrreducibleGraph &G, IrreducibleGraph::IrrNode &Irr,
1352 IrreducibleGraph G(*this, OuterLoop, addBlockEdges)
    [all...]
BlockFrequencyInfoImpl.h 66 struct IrreducibleGraph;
466 analyzeIrreducible(const bfi_detail::IrreducibleGraph &G, LoopData *OuterLoop,
598 /// \a IrreducibleGraph makes this graph explicit. It's in a form that can use
602 struct IrreducibleGraph {
637 IrreducibleGraph(BFIBase &BFI, const BFIBase::LoopData *OuterLoop,
662 void IrreducibleGraph::initialize(const BFIBase::LoopData *OuterLoop,
677 void IrreducibleGraph::addEdges(const BlockNode &Node,
1329 void operator()(IrreducibleGraph &G, IrreducibleGraph::IrrNode &Irr,
1352 IrreducibleGraph G(*this, OuterLoop, addBlockEdges)
    [all...]

Completed in 30 milliseconds