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

  /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/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 137 /// TripCount is the iteration on which control exits LatchBlock if no early
139 /// terminates LatchBlock in order to remove unnecesssary instances of the
142 /// LatchBlock's terminator prior to TripCount iterations.
144 /// Similarly, TripMultiple divides the number of times that the LatchBlock may
169 BasicBlock *LatchBlock = L->getLoopLatch();
170 if (!LatchBlock) {
182 BranchInst *BI = dyn_cast<BranchInst>(LatchBlock->getTerminator());
299 Latches.push_back(LatchBlock);
354 Value *InVal = NewPHI->getIncomingValueForBlock(LatchBlock);
386 if (*BB == LatchBlock)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
LoopInterchange.cpp 738 static BasicBlock *getLoopLatchExitBlock(BasicBlock *LatchBlock,
740 if (BranchInst *BI = dyn_cast<BranchInst>(LatchBlock->getTerminator())) {
    [all...]
LoopStrengthReduce.cpp     [all...]

Completed in 50 milliseconds