Home
last modified time | relevance | path

Searched refs:GraphType (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DGraphTraits.h36 template<class GraphType>
96 template <class GraphType>
98 const GraphType &Graph;
100 inline Inverse(const GraphType &G) : Graph(G) {} in Inverse()
108 template <class GraphType>
110 nodes(const GraphType &G) {
114 template <class GraphType>
116 inverse_nodes(const GraphType &G) {
121 template <class GraphType>
128 template <class GraphType>
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DDOTGraphTraits.h43 template<typename GraphType>
49 template<typename GraphType>
50 static std::string getGraphProperties(const GraphType &) { in getGraphProperties()
63 template <typename GraphType>
75 template<typename GraphType>
83 template <typename GraphType>
88 template<typename GraphType>
95 template<typename GraphType>
97 const GraphType &) { in getNodeAttributes()
103 template<typename EdgeIter, typename GraphType>
[all …]
H A DGraphWriter.h63 template<typename GraphType>
66 const GraphType &G;
69 using DOTTraits = DOTGraphTraits<GraphType>;
70 using GTraits = GraphTraits<GraphType>;
167 for (const auto Node : nodes<GraphType>(G)) in writeNodes()
358 template<typename GraphType>
363 GraphWriter<GraphType> W(O, G, ShortNames);
377 template <typename GraphType>
414 template <typename GraphType>
426 template<typename GraphType>
[all …]
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DRegionGraphTraits.h54 using GraphType = mlir::Region *;
57 static NodeRef getEntryNode(GraphType fn) { return &fn->front(); }
60 static nodes_iterator nodes_begin(GraphType fn) {
63 static nodes_iterator nodes_end(GraphType fn) {
71 using GraphType = Inverse<mlir::Region *>;
74 static NodeRef getEntryNode(GraphType fn) { return &fn.Graph->front(); }
77 static nodes_iterator nodes_begin(GraphType fn) {
80 static nodes_iterator nodes_end(GraphType fn) {
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h31 template <class GraphType> class AbstractDependenceGraphBuilder {
36 using NodeType = typename GraphType::NodeType;
37 using EdgeType = typename GraphType::EdgeType;
43 AbstractDependenceGraphBuilder(GraphType &G, DependenceInfo &D, in AbstractDependenceGraphBuilder()
180 GraphType &Graph;
H A DCFGPrinter.h33 template <class GraphType> struct GraphTraits;
H A DCallGraph.h61 template <class GraphType> struct GraphTraits;
H A DRegionInfo.h111 template <class GraphType>
H A DLazyCallGraph.h59 template <class GraphType> struct GraphTraits;
H A DMemorySSA.h110 template <class GraphType> struct GraphTraits;
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp194 using GraphType = MachineGadgetGraph; typedef
195 using Traits = llvm::GraphTraits<GraphType *>;
203 std::string getNodeLabel(NodeRef Node, GraphType *) { in getNodeLabel()
213 static std::string getNodeAttributes(NodeRef Node, GraphType *) { in getNodeAttributes()
223 GraphType *) { in getEdgeAttributes()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDominators.h48 template <class GraphType> struct GraphTraits;
H A DModuleSummaryIndex.h47 template <class GraphType> struct GraphTraits;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCallPrinter.cpp31 template <class GraphType> struct GraphTraits;
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h33 template <class GraphType> struct GraphTraits;
H A DSelectionDAG.h59 template <class GraphType> struct GraphTraits;