/external/swiftshader/third_party/LLVM/lib/Analysis/ |
IVUsers.cpp | 194 OS << " with backedge-taken count "
|
PathProfileInfo.cpp | 128 if( (*next)->getType() != BallLarusEdge::BACKEDGE && // no backedges
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
PathProfiling.cpp | 27 // removed in the following manner. For every backedge 564 if( formerEdge->getType() == BallLarusEdge::BACKEDGE || 697 case BallLarusEdge::BACKEDGE: [all...] |
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
IndVarSimplify.cpp | 255 unsigned BackEdge = IncomingEdge^1; 268 dyn_cast<BinaryOperator>(PN->getIncomingValue(BackEdge)); 415 NewPHI->addIncoming(NewAdd, PN->getIncomingBlock(BackEdge)); [all...] |
/external/llvm/lib/Analysis/ |
ScalarEvolutionExpander.cpp | [all...] |
IVUsers.cpp | 288 OS << " with backedge-taken count "
|
/external/llvm/lib/CodeGen/ |
ShrinkWrap.cpp | 388 /// Check whether the edge (\p SrcBB, \p DestBB) is a backedge according to MLI. 413 // We already visited SuccBB, thus MBB->SuccBB must be a backedge.
|
/external/llvm/lib/Transforms/Scalar/ |
LoopLoadElimination.cpp | 415 // backedge. E.g.: 472 << ". Valid store-to-load forwarding across the loop backedge\n");
|
IndVarSimplify.cpp | 248 unsigned BackEdge = IncomingEdge^1; 259 auto *Incr = dyn_cast<BinaryOperator>(PN->getIncomingValue(BackEdge)); 406 NewPHI->addIncoming(NewAdd, PN->getIncomingBlock(BackEdge)); [all...] |
LoopUnrollPass.cpp | 317 // Push the incoming value from the backedge into the PHI used list 376 // Prepare for the iteration by collecting any simplified entry or backedge 699 // For now we count a conditional branch on a backedge and a comparison [all...] |
LoopIdiomRecognize.cpp | 247 "backedge-taken count"); 457 /// with the specified backedge count. This block is known to be in the current [all...] |
/external/llvm/test/Transforms/IndVarSimplify/ |
eliminate-comparison.ll | 453 ; This checks that the backedge condition, (I + 1) < Length - 1 implies 482 ; This checks that the backedge condition, (I + 1) < Length - 1 implies
|
/external/llvm/lib/Transforms/Utils/ |
MemorySSA.cpp | [all...] |
/external/llvm/test/Analysis/ScalarEvolution/ |
avoid-smax-1.ll | 9 ; CHECK: Loop %bb6: backedge-taken count is (-1 + %w)
|
increasing-or-decreasing-iv.ll | 147 ; backedge taken count of the loop has the same bitwidth as the
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-early-ifcvt.ll | 10 ; Loop body has no branches before the backedge.
|
/external/v8/src/compiler/ |
loop-variable-optimizer.cc | 387 // If the backedge is not a subtype of the phi's type, we insert a sigma
|
osr.cc | 177 // Simple case of single backedge, therefore a single entry.
|
/external/clang/lib/Analysis/ |
ThreadSafetyCommon.cpp | 668 // If E == null, this is a backedge and will be set later. 745 // We don't have definitions for variables on the backedge, because we [all...] |
/external/clang/lib/CodeGen/ |
CoverageMappingGen.cpp | 670 // Handle the body first so that we can get the backedge count. 717 // Handle the body first so that we can get the backedge count. [all...] |
/external/llvm/test/Transforms/ObjCARC/ |
path-overflow.ll | [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonHardwareLoops.cpp | 539 MachineBasicBlock *Backedge = *PI++; 546 // Make sure there is one incoming and one backedge and determine which 549 if (L->contains(Backedge)) 551 std::swap(Incoming, Backedge); 552 } else if (!L->contains(Backedge)) [all...] |
/external/llvm/docs/tutorial/ |
OCamlLangImpl5.rst | 580 backedge, but we can't set it up yet (because it doesn't exist!). 666 (* Add a new entry to the PHI node for the backedge. *) [all...] |
LangImpl05.rst | 654 backedge, but we can't set it up yet (because it doesn't exist!). 744 // Add a new entry to the PHI node for the backedge.
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
LoopInfo.h | 575 /// times the loop will be executed. Note that this means that the backedge [all...] |