HomeSort by relevance Sort by last modified time
    Searched refs:LatchBlock (Results 1 - 12 of 12) 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/Analysis/
ScalarEvolutionNormalization.cpp 34 BasicBlock *LatchBlock = L->getLoopLatch();
35 if (!LatchBlock)
40 if (DT->dominates(LatchBlock, User->getParent()))
55 !DT->dominates(LatchBlock, PN->getIncomingBlock(i)))
ScalarEvolutionExpander.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionNormalization.cpp 34 BasicBlock *LatchBlock = L->getLoopLatch();
35 if (!LatchBlock)
40 if (DT->dominates(LatchBlock, User->getParent()))
55 !DT->dominates(LatchBlock, PN->getIncomingBlock(i)))
ScalarEvolutionExpander.cpp     [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/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
LoopInterchange.cpp 736 static BasicBlock *getLoopLatchExitBlock(BasicBlock *LatchBlock,
738 if (BranchInst *BI = dyn_cast<BranchInst>(LatchBlock->getTerminator())) {
    [all...]
LoopStrengthReduce.cpp     [all...]

Completed in 156 milliseconds