Searched defs:GW (Results 1 - 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DScheduleDAGPrinter.cpp71 GraphWriter<ScheduleDAG*> &GW) {
72 return G->addCustomGraphFeatures(GW);
70 addCustomGraphFeatures(ScheduleDAG *G, GraphWriter<ScheduleDAG*> &GW) argument
/external/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp73 GraphWriter<ScheduleDAG*> &GW) {
74 return G->addCustomGraphFeatures(GW);
72 addCustomGraphFeatures(ScheduleDAG *G, GraphWriter<ScheduleDAG*> &GW) argument
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDOTGraphTraits.h146 static void addCustomGraphFeatures(const GraphType& Graph, GraphWriter &GW) {} argument
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DRegionPrinter.cpp101 static void printRegionCluster(const Region *R, GraphWriter<RegionInfo*> &GW, argument
103 raw_ostream &O = GW.getOStream();
120 printRegionCluster(*RI, GW, depth + 1);
137 GraphWriter<RegionInfo*> &GW) {
138 raw_ostream &O = GW.getOStream();
140 printRegionCluster(RI->getTopLevelRegion(), GW, 4);
136 addCustomGraphFeatures(const RegionInfo* RI, GraphWriter<RegionInfo*> &GW) argument
/external/llvm/lib/Analysis/
H A DRegionPrinter.cpp102 static void printRegionCluster(const Region &R, GraphWriter<RegionInfo *> &GW, argument
104 raw_ostream &O = GW.getOStream();
121 printRegionCluster(*RI, GW, depth + 1);
135 GraphWriter<RegionInfo *> &GW) {
136 raw_ostream &O = GW.getOStream();
138 printRegionCluster(*G->getTopLevelRegion(), GW, 4);
134 addCustomGraphFeatures(const RegionInfo *G, GraphWriter<RegionInfo *> &GW) argument
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp135 GraphWriter<SelectionDAG*> &GW) {
136 GW.emitSimpleNode(nullptr, "plaintext=circle", "GraphRoot");
138 GW.emitEdge(nullptr, -1, G->getRoot().getNode(), G->getRoot().getResNo(),
298 void ScheduleDAGSDNodes::getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const {
301 GW.emitSimpleNode(nullptr, "plaintext=circle", "GraphRoot");
304 GW.emitEdge(nullptr, -1, &SUnits[N->getNodeId()], -1,
134 addCustomGraphFeatures(SelectionDAG *G, GraphWriter<SelectionDAG*> &GW) argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp130 GraphWriter<SelectionDAG*> &GW) {
131 GW.emitSimpleNode(0, "plaintext=circle", "GraphRoot");
133 GW.emitEdge(0, -1, G->getRoot().getNode(), G->getRoot().getResNo(),
293 void ScheduleDAGSDNodes::getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const {
296 GW.emitSimpleNode(0, "plaintext=circle", "GraphRoot");
299 GW.emitEdge(0, -1, &SUnits[N->getNodeId()], -1,
129 addCustomGraphFeatures(SelectionDAG *G, GraphWriter<SelectionDAG*> &GW) argument

Completed in 279 milliseconds