Home
last modified time | relevance | path

Searched defs:GraphT (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/ADT/
DSCCIterator.h103 static scc_iterator end(const GraphT &) { return scc_iterator(); } in end()
/external/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h152 typedef GraphTraits<NodeT> GraphT; in Calculate() typedef
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp597 typedef bfi_detail::IrreducibleGraph GraphT; typedef
DCFLAliasAnalysis.cpp631 typedef WeightedBidirectionalGraph<std::pair<EdgeType, StratifiedAttrs>> GraphT; typedef