HomeSort by relevance Sort by last modified time
    Searched refs:GW (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Analysis/
RegionPrinter.cpp 101 static void printRegionCluster(const Region *R, GraphWriter<RegionInfo*> &GW,
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);
  /external/llvm/lib/CodeGen/
ScheduleDAGPrinter.cpp 71 GraphWriter<ScheduleDAG*> &GW) {
72 return G->addCustomGraphFeatures(GW);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 130 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,
ScheduleDAGSDNodes.h 117 virtual void getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const;
  /external/llvm/include/llvm/Support/
DOTGraphTraits.h 146 static void addCustomGraphFeatures(const GraphType& Graph, GraphWriter &GW) {}
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
map.h 688 typedef typename GallicArc<A, S>::Weight GW;
693 return ToArc(0, 0, GW(SW::One(), arc.weight), kNoStateId);
696 return ToArc(0, 0, GW(SW::Zero(), arc.weight), kNoStateId);
700 GW(SW::One(), arc.weight), arc.nextstate);
704 GW(SW(arc.olabel), arc.weight), arc.nextstate);
724 typedef typename GallicArc<A, S>::Weight GW;
728 if (arc.nextstate == kNoStateId && arc.weight == GW::Zero())
764 typedef typename GallicArc<A, S>::Weight GW;
782 if (arc.nextstate == kNoStateId && arc.weight == GW::Zero())

Completed in 341 milliseconds