Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfgNode.h119 void addInEdge(CfgNode *In) { InEdges.push_back(In); } in addInEdge() function
DIceCfgNode.cpp37 N->addInEdge(this); in appendInst()
1330 NewNode->addInEdge(this); in shortCircuit()
1333 Out->addInEdge(NewNode); in shortCircuit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp516 void addInEdge(PGOEdge *E LLVM_ATTRIBUTE_UNUSED) {} in addInEdge() function
745 DestInfo.addInEdge(E.get()); in getInstrumentBBs()
933 void addInEdge(PGOUseEdge *E) { in addInEdge() function