Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathNumbering.cpp199 BallLarusEdge* BallLarusEdge::getPhonyRoot() { in getPhonyRoot() function in BallLarusEdge
516 childEdge->getPhonyRoot()->setRealEdge(childEdge); in addBackedge()
517 childEdge->getPhonyRoot()->setType(BallLarusEdge::BACKEDGE_PHONY); in addBackedge()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DPathNumbering.h159 BallLarusEdge* getPhonyRoot();
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DPathProfiling.cpp567 newEdge->setPhonyRoot(formerEdge->getPhonyRoot()); in splitUpdate()
1126 (BLInstrumentationEdge*) edge->getPhonyRoot(); in insertInstrumentationStartingAt()