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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
PathProfileInfo.cpp 148 if( next->getType() != BallLarusEdge::BACKEDGE_PHONY &&
156 if( next->getType() == BallLarusEdge::BACKEDGE_PHONY &&
206 if( edge && (edge->getType() == BallLarusEdge::BACKEDGE_PHONY ||
PathNumbering.cpp 517 childEdge->getPhonyRoot()->setType(BallLarusEdge::BACKEDGE_PHONY);
520 childEdge->getPhonyExit()->setType(BallLarusEdge::BACKEDGE_PHONY);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
PathNumbering.h 133 BACKEDGE_PHONY, SPLITEDGE_PHONY, CALLEDGE_PHONY };
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
PathProfiling.cpp 657 if( edge->getType() == BallLarusEdge::BACKEDGE_PHONY ||
701 case BallLarusEdge::BACKEDGE_PHONY:
    [all...]

Completed in 64 milliseconds