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