Searched refs:getLoopPredecessor (Results 1 – 8 of 8) sorted by relevance
198 BasicBlock *PredBB = L->getLoopPredecessor(); in alreadyPrepared()335 BasicBlock *LoopPredecessor = L->getLoopPredecessor(); in runOnLoop()
296 if (!CurLoop->getLoopPredecessor()) in INITIALIZE_PASS_DEPENDENCY()300 if (L->getLoopPredecessor()) in INITIALIZE_PASS_DEPENDENCY()1516 MachineBasicBlock *Pred = CurLoop->getLoopPredecessor(); in getCurPreheader()
177 BlockT *Out = getLoopPredecessor(); in getLoopPreheader()202 BlockT *LoopBase<BlockT, LoopT>::getLoopPredecessor() const { in getLoopPredecessor() function
296 BlockT *getLoopPredecessor() const;
300 if (L->getLoopLatch() == nullptr || L->getLoopPredecessor() == nullptr) in getInductionVariable()683 if (!L->getLoopLatch() || !L->getLoopPredecessor()) in findInductionAndReductions()
850 BasicBlock *RootBB = L->getLoopPredecessor(); in runOnLoop()
211 if (auto *BB = L->getLoopPredecessor()) { in makeIVComparisonInvariant()
7516 const BasicBlock *Predecessor = L->getLoopPredecessor(); in computeShiftCompareExitLimit()8781 return {L->getLoopPredecessor(), L->getHeader()}; in getPredecessorWithUniqueSuccessorForBB()9559 Pair(L->getLoopPredecessor(), L->getHeader()); in isLoopEntryGuardedByCond()10003 auto *Predecessor = RLoop->getLoopPredecessor(); in isImpliedViaMerge()