HomeSort by relevance Sort by last modified time
    Searched refs:setPhonyRoot (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
PathNumbering.cpp 203 void BallLarusEdge::setPhonyRoot(BallLarusEdge* phonyRoot) {
306 (*succ)->setPhonyRoot(rootEdge);
512 childEdge->setPhonyRoot(addEdge(getRoot(), target,0));
  /external/llvm/include/llvm/Analysis/
PathNumbering.h 160 void setPhonyRoot(BallLarusEdge* phonyRoot);
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp 566 newEdge->setPhonyRoot(formerEdge->getPhonyRoot());
569 formerEdge->setPhonyRoot(NULL);
    [all...]

Completed in 777 milliseconds