Home
last modified time | relevance | path

Searched refs:BACKEDGE (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathNumbering.cpp323 if( (*pred)->getType() == BallLarusEdge::BACKEDGE || in calculatePathNumbers()
455 if( (*succ)->getType() == BallLarusEdge::BACKEDGE || in calculatePathNumbersFrom()
511 childEdge->setType(BallLarusEdge::BACKEDGE); in addBackedge()
DPathProfileInfo.cpp128 if( (*next)->getType() != BallLarusEdge::BACKEDGE && // no backedges in getNextEdge()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DPathNumbering.h132 enum EdgeType { NORMAL, BACKEDGE, SPLITEDGE, enumerator
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DPathProfiling.cpp564 if( formerEdge->getType() == BallLarusEdge::BACKEDGE || in splitUpdate()
697 case BallLarusEdge::BACKEDGE: in generateDotGraph()
1123 if( edge->getType() == BallLarusEdge::BACKEDGE || in insertInstrumentationStartingAt()