Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathNumbering.cpp204 void BallLarusEdge::setPhonyRoot(BallLarusEdge* phonyRoot) { in setPhonyRoot() function in BallLarusEdge
307 (*succ)->setPhonyRoot(rootEdge); in calculatePathNumbers()
513 childEdge->setPhonyRoot(addEdge(getRoot(), target,0)); in addBackedge()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DPathNumbering.h160 void setPhonyRoot(BallLarusEdge* phonyRoot);
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DPathProfiling.cpp567 newEdge->setPhonyRoot(formerEdge->getPhonyRoot()); in splitUpdate()
570 formerEdge->setPhonyRoot(NULL); in splitUpdate()