Searched refs:SrcNodePort (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DGraphWriter.h285 void emitEdge(const void *SrcNodeID, int SrcNodePort, argument
288 if (SrcNodePort > 64) return; // Eminating from truncated part?
292 if (SrcNodePort >= 0)
293 O << ":s" << SrcNodePort; local
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DGraphWriter.h271 void emitEdge(const void *SrcNodeID, int SrcNodePort, argument
274 if (SrcNodePort > 64) return; // Eminating from truncated part?
278 if (SrcNodePort >= 0)
279 O << ":s" << SrcNodePort; local

Completed in 374 milliseconds