Home
last modified time | relevance | path

Searched refs:BACKEDGE_PHONY (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathProfileInfo.cpp148 if( next->getType() != BallLarusEdge::BACKEDGE_PHONY && in getPathEdges()
156 if( next->getType() == BallLarusEdge::BACKEDGE_PHONY && in getPathEdges()
206 if( edge && (edge->getType() == BallLarusEdge::BACKEDGE_PHONY || in getFirstBlockInPath()
DPathNumbering.cpp517 childEdge->getPhonyRoot()->setType(BallLarusEdge::BACKEDGE_PHONY); in addBackedge()
520 childEdge->getPhonyExit()->setType(BallLarusEdge::BACKEDGE_PHONY); in addBackedge()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DPathNumbering.h133 BACKEDGE_PHONY, SPLITEDGE_PHONY, CALLEDGE_PHONY }; enumerator
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DPathProfiling.cpp657 if( edge->getType() == BallLarusEdge::BACKEDGE_PHONY || in unlinkPhony()
701 case BallLarusEdge::BACKEDGE_PHONY: in generateDotGraph()