Searched refs:LoopLatch (Results 1 – 5 of 5) sorted by relevance
566 BasicBlock *LoopLatch = L->getLoopLatch(); in simplifyOneLoop() local567 if (!LoopLatch) { in simplifyOneLoop()590 LoopLatch = insertUniqueBackedgeBlock(L, Preheader, DT, LI, MSSAU); in simplifyOneLoop()591 if (LoopLatch) in simplifyOneLoop()
846 BasicBlock *LoopLatch = TheLoop->getLoopLatch(); in canVectorizeInstrs() local847 if (any_of(FirstOrderRecurrences, [LoopLatch, this](const PHINode *Phi) { in canVectorizeInstrs()849 cast<Instruction>(Phi->getIncomingValueForBlock(LoopLatch)); in canVectorizeInstrs()
4884 BasicBlock *LoopLatch = LI->getLoopFor(LoopVectorBody)->getLoopLatch(); in widenPHIInstruction() local4885 Instruction *InductionLoc = LoopLatch->getTerminator(); in widenPHIInstruction()4897 NewPointerPhi->addIncoming(InductionGEP, LoopLatch); in widenPHIInstruction()
849 BasicBlock *LoopLatch = L->getLoopLatch(); in parseLoopLatchICmp() local850 if (!LoopLatch) { in parseLoopLatchICmp()855 auto *BI = dyn_cast<BranchInst>(LoopLatch->getTerminator()); in parseLoopLatchICmp()
1554 MachineBasicBlock *LoopLatch = LoopRep->getLoopLatch(); in normalizeInfiniteLoopExit() local1556 if (!LoopHeader || !LoopLatch) in normalizeInfiniteLoopExit()1558 MachineInstr *BranchMI = getLoopendBlockBranchInstr(LoopLatch); in normalizeInfiniteLoopExit()