Home
last modified time | relevance | path

Searched defs:addOutEdge (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceCfgNode.h119 void addOutEdge(CfgNode *Out) { OutEdges.push_back(Out); } in addOutEdge() function
/external/python/cpython2/Lib/compiler/
Dpyassem.py195 def addOutEdge(self, block): member in Block