Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DGraphWriter.h285 const void *DestNodeID, int DestNodePort, in emitEdge() argument
288 if (DestNodePort > 64) DestNodePort = 64; // Targeting the truncated part? in emitEdge()
294 if (DestNodePort >= 0 && DTraits.hasEdgeDestLabels()) in emitEdge()
295 O << ":d" << DestNodePort; in emitEdge()