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

  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 587 void IrreducibleGraph::addNodesInLoop(const BFIBase::LoopData &OuterLoop) {
595 void IrreducibleGraph::addNodesInFunction() {
603 void IrreducibleGraph::indexNodes() {
608 void IrreducibleGraph::addEdge(IrrNode &Irr, const BlockNode &Succ,
622 template <> struct GraphTraits<IrreducibleGraph> {
623 typedef bfi_detail::IrreducibleGraph GraphT;
642 const IrreducibleGraph &G,
643 const std::vector<const IrreducibleGraph::IrrNode *> &SCC,
646 SmallDenseMap<const IrreducibleGraph::IrrNode *, bool, 8> InSCC;
708 BlockFrequencyInfoImplBase &BFI, const IrreducibleGraph &G
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 626 void IrreducibleGraph::addNodesInLoop(const BFIBase::LoopData &OuterLoop) {
634 void IrreducibleGraph::addNodesInFunction() {
642 void IrreducibleGraph::indexNodes() {
647 void IrreducibleGraph::addEdge(IrrNode &Irr, const BlockNode &Succ,
662 template <> struct GraphTraits<IrreducibleGraph> {
663 using GraphT = bfi_detail::IrreducibleGraph;
680 const IrreducibleGraph &G,
681 const std::vector<const IrreducibleGraph::IrrNode *> &SCC,
684 SmallDenseMap<const IrreducibleGraph::IrrNode *, bool, 8> InSCC;
748 BlockFrequencyInfoImplBase &BFI, const IrreducibleGraph &G
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 53 struct IrreducibleGraph;
426 analyzeIrreducible(const bfi_detail::IrreducibleGraph &G, LoopData *OuterLoop,
550 /// \a IrreducibleGraph makes this graph explicit. It's in a form that can use
554 struct IrreducibleGraph {
587 IrreducibleGraph(BFIBase &BFI, const BFIBase::LoopData *OuterLoop,
610 void IrreducibleGraph::initialize(const BFIBase::LoopData *OuterLoop,
624 void IrreducibleGraph::addEdges(const BlockNode &Node,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 64 struct IrreducibleGraph;
468 analyzeIrreducible(const bfi_detail::IrreducibleGraph &G, LoopData *OuterLoop,
593 /// \a IrreducibleGraph makes this graph explicit. It's in a form that can use
597 struct IrreducibleGraph {
632 IrreducibleGraph(BFIBase &BFI, const BFIBase::LoopData *OuterLoop,
657 void IrreducibleGraph::initialize(const BFIBase::LoopData *OuterLoop,
672 void IrreducibleGraph::addEdges(const BlockNode &Node,
    [all...]

Completed in 175 milliseconds