Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathNumbering.cpp209 BallLarusEdge* BallLarusEdge::getPhonyExit() { in getPhonyExit() function in BallLarusEdge
519 childEdge->getPhonyExit()->setRealEdge(childEdge); in addBackedge()
520 childEdge->getPhonyExit()->setType(BallLarusEdge::BACKEDGE_PHONY); in addBackedge()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DPathNumbering.h163 BallLarusEdge* getPhonyExit();
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DPathProfiling.cpp568 newEdge->setPhonyExit(formerEdge->getPhonyExit()); in splitUpdate()
1128 (BLInstrumentationEdge*) edge->getPhonyExit(); in insertInstrumentationStartingAt()