Searched defs:IrreducibleGraph (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h49 struct IrreducibleGraph;
422 analyzeIrreducible(const bfi_detail::IrreducibleGraph &G, LoopData *OuterLoop,
544 /// \a IrreducibleGraph makes this graph explicit. It's in a form that can use
548 struct IrreducibleGraph { struct in namespace:llvm::bfi_detail
581 IrreducibleGraph(BFIBase &BFI, const BFIBase::LoopData *OuterLoop, function in struct:llvm::bfi_detail::IrreducibleGraph
604 void IrreducibleGraph::initialize(const BFIBase::LoopData *OuterLoop,
618 void IrreducibleGraph::addEdges(const BlockNode &Node,
1146 void operator()(IrreducibleGraph &G, IrreducibleGraph::IrrNode &Irr,
1166 IrreducibleGraph
[all...]

Completed in 97 milliseconds