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

/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/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);
135 GraphWriter<RegionInfo*> &GW) {
136 raw_ostream &O = GW.getOStream();
138 printRegionCluster(RI->getTopLevelRegion(), GW, 4);
134 addCustomGraphFeatures(const RegionInfo* RI, GraphWriter<RegionInfo*> &GW) argument
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp127 GraphWriter<SelectionDAG*> &GW) {
128 GW.emitSimpleNode(0, "plaintext=circle", "GraphRoot");
130 GW.emitEdge(0, -1, G->getRoot().getNode(), G->getRoot().getResNo(),
290 void ScheduleDAGSDNodes::getCustomGraphFeatures(GraphWriter<ScheduleDAG*> &GW) const {
293 GW.emitSimpleNode(0, "plaintext=circle", "GraphRoot");
296 GW.emitEdge(0, -1, &SUnits[N->getNodeId()], -1,
126 addCustomGraphFeatures(SelectionDAG *G, GraphWriter<SelectionDAG*> &GW) argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dmap.h688 typedef typename GallicArc<A, S>::Weight GW; typedef in struct:fst::ToGallicMapper
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; typedef in struct:fst::FromGallicMapper
728 if (arc.nextstate == kNoStateId && arc.weight == GW::Zero())
764 typedef typename GallicArc<A, S>::Weight GW; typedef in struct:fst::GallicToNewSymbolsMapper
782 if (arc.nextstate == kNoStateId && arc.weight == GW::Zero())
/external/openfst/src/include/fst/
H A Darc-map.h772 typedef typename GallicArc<A, S>::Weight GW; typedef in struct:fst::ToGallicMapper
777 return ToArc(0, 0, GW(SW::One(), arc.weight), kNoStateId);
780 return ToArc(0, 0, GW(SW::Zero(), arc.weight), kNoStateId);
784 GW(SW::One(), arc.weight), arc.nextstate);
788 GW(SW(arc.olabel), arc.weight), arc.nextstate);
812 typedef typename GallicArc<A, S>::Weight GW; typedef in struct:fst::FromGallicMapper
819 if (arc.nextstate == kNoStateId && arc.weight == GW::Zero())
870 typedef typename GallicArc<A, S>::Weight GW; typedef in struct:fst::GallicToNewSymbolsMapper
891 if (arc.nextstate == kNoStateId && arc.weight == GW::Zero())

Completed in 277 milliseconds