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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DPathNumbering.cpp204 void BallLarusEdge::setPhonyRoot(BallLarusEdge* phonyRoot) { function in class:BallLarusEdge
307 (*succ)->setPhonyRoot(rootEdge);
513 childEdge->setPhonyRoot(addEdge(getRoot(), target,0));
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DPathNumbering.h160 void setPhonyRoot(BallLarusEdge* phonyRoot);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp567 newEdge->setPhonyRoot(formerEdge->getPhonyRoot());
570 formerEdge->setPhonyRoot(NULL);

Completed in 169 milliseconds