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

/external/llvm/lib/Analysis/
H A DPathProfileInfo.cpp149 next->getType() != BallLarusEdge::SPLITEDGE_PHONY &&
163 if( next->getType() == BallLarusEdge::SPLITEDGE_PHONY &&
207 edge->getType() == BallLarusEdge::SPLITEDGE_PHONY) )
H A DPathNumbering.cpp284 exitEdge->setType(BallLarusEdge::SPLITEDGE_PHONY);
302 rootEdge->setType(BallLarusEdge::SPLITEDGE_PHONY);
/external/llvm/include/llvm/Analysis/
H A DPathNumbering.h133 BACKEDGE_PHONY, SPLITEDGE_PHONY, CALLEDGE_PHONY }; enumerator in enum:llvm::BallLarusEdge::EdgeType
/external/llvm/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp658 edge->getType() == BallLarusEdge::SPLITEDGE_PHONY ||
710 case BallLarusEdge::SPLITEDGE_PHONY:

Completed in 251 milliseconds