HomeSort by relevance Sort by last modified time
    Searched refs:BACKEDGE_PHONY (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 147 if( next->getType() != BallLarusEdge::BACKEDGE_PHONY &&
155 if( next->getType() == BallLarusEdge::BACKEDGE_PHONY &&
205 if( edge && (edge->getType() == BallLarusEdge::BACKEDGE_PHONY ||
PathNumbering.cpp 516 childEdge->getPhonyRoot()->setType(BallLarusEdge::BACKEDGE_PHONY);
519 childEdge->getPhonyExit()->setType(BallLarusEdge::BACKEDGE_PHONY);
  /external/llvm/include/llvm/Analysis/
PathNumbering.h 133 BACKEDGE_PHONY, SPLITEDGE_PHONY, CALLEDGE_PHONY };
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp 656 if( edge->getType() == BallLarusEdge::BACKEDGE_PHONY ||
700 case BallLarusEdge::BACKEDGE_PHONY:
    [all...]

Completed in 37 milliseconds