Searched refs:hasDedicatedExits (Results 1 – 10 of 10) sorted by relevance
446 if (!Preheader || !L->hasDedicatedExits()) { in deleteLoopIfDead()
464 if (L->hasDedicatedExits()) in runOnLoop()484 if (!DisablePromotion && Preheader && L->hasDedicatedExits() && in runOnLoop()
281 bool hasDedicatedExits() const;
112 bool LoopBase<BlockT, LoopT>::hasDedicatedExits() const { in hasDedicatedExits() function
496 if (!OrigPreheader || !L->hasDedicatedExits()) in rotateLoop()
888 if (!L->hasDedicatedExits()) {
545 assert(L->hasDedicatedExits() && "Loop should have dedicated exits!"); in deleteDeadLoop()
483 return getLoopPreheader() && getLoopLatch() && hasDedicatedExits(); in isLoopSimplifyForm()
607 if (!LP->hasDedicatedExits()) in isPromotionPossible()
19836 {"_ZNK4llvm4Loop17hasDedicatedExitsEv", "llvm::Loop::hasDedicatedExits() const"},