HomeSort by: relevance | last modified time | path
    Searched refs:InnerLoopLatch (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
MatrixUtils.h 64 BasicBlock *InnerLoopLatch = nullptr;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 666 BasicBlock *InnerLoopLatch = InnerLoop->getLoopLatch();
668 dyn_cast<BranchInst>(InnerLoopLatch->getTerminator());
797 BasicBlock *InnerLoopLatch = InnerLoop->getLoopLatch();
801 if (InnerLoop->getExitingBlock() != InnerLoopLatch ||
803 !isa<BranchInst>(InnerLoopLatch->getTerminator()) ||
928 llvm::reverse(InnerLoopLatch->instructionsWithoutDebug())) {
1575 BasicBlock *InnerLoopLatch = InnerLoop->getLoopLatch();
1579 InnerLoopLatch->getUniquePredecessor();
1586 dyn_cast<BranchInst>(InnerLoopLatch->getTerminator());
1617 // In this case the outerLoopHeader should branch to the InnerLoopLatch
    [all...]
LowerMatrixIntrinsics.cpp 1273 ColumnPhis[I]->addIncoming(TileResult.getVector(I), TI.InnerLoopLatch);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
MatrixUtils.cpp 95 InnerLoopLatch = InnerBody->getSingleSuccessor();
LoopUtils.cpp 901 BasicBlock *InnerLoopLatch = InnerLoop->getLoopLatch();
902 const SCEV *InnerLoopBECountSC = SE.getExitCount(InnerLoop, InnerLoopLatch);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopNestAnalysis.cpp 249 const BasicBlock *InnerLoopLatch = InnerLoop.getLoopLatch();
254 InnerLoop.getExitingBlock() != InnerLoopLatch || !InnerLoopExit)
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LowerAMXIntrinsics.cpp 297 BasicBlock *InnerLoopLatch = InnerBody->getSingleSuccessor();
461 VecCPhi->addIncoming(NewVecC, InnerLoopLatch);

Completed in 26 milliseconds