Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DGraphWriter.h284 const void *DestNodeID, int DestNodePort, in emitEdge() argument
287 if (DestNodePort > 64) DestNodePort = 64; // Targeting the truncated part? in emitEdge()
293 if (DestNodePort >= 0 && DTraits.hasEdgeDestLabels()) in emitEdge()
294 O << ":d" << DestNodePort; in emitEdge()