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

  /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 521 if( (*edge)->getType() == BallLarusEdge::CALLEDGE_PHONY )
659 edge->getType() == BallLarusEdge::CALLEDGE_PHONY ) {
714 case BallLarusEdge::CALLEDGE_PHONY:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
PathNumbering.cpp 382 callEdge->setType(BallLarusEdge::CALLEDGE_PHONY);

Completed in 368 milliseconds