HomeSort by relevance Sort by last modified time
    Searched defs:LatchBlock (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopUnrollPass.cpp 154 BasicBlock *LatchBlock = L->getLoopLatch();
155 if (LatchBlock) {
156 TripCount = SE->getSmallConstantTripCount(L, LatchBlock);
157 TripMultiple = SE->getSmallConstantTripMultiple(L, LatchBlock);
IndVarSimplify.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LoopUnroll.cpp 120 /// TripCount is the iteration on which control exits LatchBlock if no early
122 /// terminates LatchBlock in order to remove unnecesssary instances of the
125 /// LatchBlock's terminator prior to TripCount iterations.
127 /// Similarly, TripMultiple divides the number of times that the LatchBlock may
145 BasicBlock *LatchBlock = L->getLoopLatch();
146 if (!LatchBlock) {
152 BranchInst *BI = dyn_cast<BranchInst>(LatchBlock->getTerminator());
232 Latches.push_back(LatchBlock);
257 Value *InVal = NewPHI->getIncomingValueForBlock(LatchBlock);
291 if (*BB == LatchBlock)
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 182 /// TripCount is the iteration on which control exits LatchBlock if no early
184 /// terminates LatchBlock in order to remove unnecesssary instances of the
187 /// LatchBlock's terminator prior to TripCount iterations.
189 /// Similarly, TripMultiple divides the number of times that the LatchBlock may
214 BasicBlock *LatchBlock = L->getLoopLatch();
215 if (!LatchBlock) {
227 BranchInst *BI = dyn_cast<BranchInst>(LatchBlock->getTerminator());
372 Latches.push_back(LatchBlock);
428 Value *InVal = NewPHI->getIncomingValueForBlock(LatchBlock);
459 if (*BB == LatchBlock)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
LoopStrengthReduce.cpp     [all...]

Completed in 485 milliseconds