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

/external/llvm/include/llvm/Support/
H A DGraphWriter.h285 const void *DestNodeID, int DestNodePort,
288 if (DestNodePort > 64) DestNodePort = 64; // Targeting the truncated part?
294 if (DestNodePort >= 0 && DTraits.hasEdgeDestLabels())
295 O << ":d" << DestNodePort; local
284 emitEdge(const void *SrcNodeID, int SrcNodePort, const void *DestNodeID, int DestNodePort, const std::string &Attrs) argument

Completed in 73 milliseconds