Searched defs:GraphT (Results 1 – 5 of 5) sorted by relevance
45 using GraphT = Graph<VertexAttribute, EdgeAttribute, StringRef>; variable
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
104 static scc_iterator end(const GraphT &) { return scc_iterator(); } in end()
684 using GraphT = bfi_detail::IrreducibleGraph; typedef
119 using GraphT = ImmutableGraph<MachineInstr *, int>; typedef