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

  /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/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
LoopStrengthReduce.cpp     [all...]

Completed in 221 milliseconds