HomeSort by: relevance | last modified time | path
    Searched defs:LoopLatch (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 566 BasicBlock *LoopLatch = L->getLoopLatch();
567 if (!LoopLatch) {
590 LoopLatch = insertUniqueBackedgeBlock(L, Preheader, DT, LI, MSSAU);
591 if (LoopLatch)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp 846 BasicBlock *LoopLatch = TheLoop->getLoopLatch();
847 if (any_of(FirstOrderRecurrences, [LoopLatch, this](const PHINode *Phi) {
849 cast<Instruction>(Phi->getIncomingValueForBlock(LoopLatch));
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp 1554 MachineBasicBlock *LoopLatch = LoopRep->getLoopLatch();
1556 if (!LoopHeader || !LoopLatch)
1558 MachineInstr *BranchMI = getLoopendBlockBranchInstr(LoopLatch);

Completed in 19 milliseconds