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

/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h155 struct IrreducibleGraph;
421 analyzeIrreducible(const bfi_detail::IrreducibleGraph &G, LoopData *OuterLoop,
531 /// \a IrreducibleGraph makes this graph explicit. It's in a form that can use
535 struct IrreducibleGraph { struct in namespace:llvm::bfi_detail
568 IrreducibleGraph(BFIBase &BFI, const BFIBase::LoopData *OuterLoop, function in struct:llvm::bfi_detail::IrreducibleGraph
591 void IrreducibleGraph::initialize(const BFIBase::LoopData *OuterLoop,
605 void IrreducibleGraph::addEdges(const BlockNode &Node,
1112 void operator()(IrreducibleGraph &G, IrreducibleGraph::IrrNode &Irr,
1132 IrreducibleGraph
[all...]

Completed in 246 milliseconds