Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathProfileInfo.cpp149 next->getType() != BallLarusEdge::SPLITEDGE_PHONY && in getPathEdges()
163 if( next->getType() == BallLarusEdge::SPLITEDGE_PHONY && in getPathEdges()
207 edge->getType() == BallLarusEdge::SPLITEDGE_PHONY) ) in getFirstBlockInPath()
DPathNumbering.cpp284 exitEdge->setType(BallLarusEdge::SPLITEDGE_PHONY); in calculatePathNumbers()
302 rootEdge->setType(BallLarusEdge::SPLITEDGE_PHONY); in calculatePathNumbers()
/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.cpp658 edge->getType() == BallLarusEdge::SPLITEDGE_PHONY || in unlinkPhony()
710 case BallLarusEdge::SPLITEDGE_PHONY: in generateDotGraph()