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

/external/llvm/lib/Analysis/
H A DPathProfileInfo.cpp147 if( next->getType() != BallLarusEdge::BACKEDGE_PHONY &&
155 if( next->getType() == BallLarusEdge::BACKEDGE_PHONY &&
205 if( edge && (edge->getType() == BallLarusEdge::BACKEDGE_PHONY ||
H A DPathNumbering.cpp516 childEdge->getPhonyRoot()->setType(BallLarusEdge::BACKEDGE_PHONY);
519 childEdge->getPhonyExit()->setType(BallLarusEdge::BACKEDGE_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.cpp656 if( edge->getType() == BallLarusEdge::BACKEDGE_PHONY ||
700 case BallLarusEdge::BACKEDGE_PHONY:

Completed in 82 milliseconds