Searched defs:GraphT (Results 1 – 5 of 5) sorted by relevance
44 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
109 static scc_iterator end(const GraphT &) { return scc_iterator(); } in end() argument [all...]
118 using GraphT = ImmutableGraph<MachineInstr *, int>; typedef
689 using GraphT = bfi_detail::IrreducibleGraph; global() typedef