Searched defs:GraphT (Results 1 – 5 of 5) sorted by relevance
202 using GraphT = std::conditional_t<isConst, const Graph, Graph>; variable 278 using GraphT = std::conditional_t<isConst, const Graph, Graph>; variable 315 using GraphT = std::conditional_t<isConst, const Graph, Graph>; variable
45 using GraphT = Graph<VertexAttribute, EdgeAttribute, StringRef>; global() variable
109 static scc_iterator end(const GraphT &) { return scc_iterator(); } in end()
674 using GraphT = bfi_detail::IrreducibleGraph; typedef
118 using GraphT = ImmutableGraph<MachineInstr *, int>; typedef