Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopSimplify/
Dbasictest.ll62 ; CHECK-NEXT: switch i8 %[[B]], label %[[BACKEDGE:.*]] [
65 ; CHECK-NEXT: i8 2, label %[[BACKEDGE]]
67 ; CHECK-NEXT: i8 4, label %[[BACKEDGE]]
69 ; CHECK-NEXT: i8 6, label %[[BACKEDGE]]
72 ; CHECK: [[BACKEDGE]]:
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/MustExecute/
Dconst-cond.ll11 ; CHECK-NEXT: [[IV:%.*]] = phi i32 [ 0, [[ENTRY:%.*]] ], [ [[IV_NEXT:%.*]], [[BACKEDGE:%.*]] ] ;…
14 ; CHECK-NEXT: br i1 false, label [[NEVER2:%.*]], label [[BACKEDGE]] ; (mustexec in: loop)
/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()