Lines Matching refs:ExitBranch
207 ExitBranch(Info.ExitBranch), in HardwareLoop()
223 BranchInst *ExitBranch = nullptr; member in __anon3d0d820f0111::HardwareLoop
358 (HWLoopInfo.ExitBlock && HWLoopInfo.ExitBranch && HWLoopInfo.ExitCount) && in TryConvertLoop()
539 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopDec()
540 if (ExitBranch->getParent()->getParent()->getAttributes().hasFnAttr( in InsertLoopDec()
549 Value *OldCond = ExitBranch->getCondition(); in InsertLoopDec()
550 ExitBranch->setCondition(NewCond); in InsertLoopDec()
553 if (!L->contains(ExitBranch->getSuccessor(0))) in InsertLoopDec()
554 ExitBranch->swapSuccessors(); in InsertLoopDec()
564 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopRegDec()
565 if (ExitBranch->getParent()->getParent()->getAttributes().hasFnAttr( in InsertLoopRegDec()
582 BasicBlock *Latch = ExitBranch->getParent(); in InsertPHICounter()
592 IRBuilder<> CondBuilder(ExitBranch); in UpdateBranch()
595 Value *OldCond = ExitBranch->getCondition(); in UpdateBranch()
596 ExitBranch->setCondition(NewCond); in UpdateBranch()
599 if (!L->contains(ExitBranch->getSuccessor(0))) in UpdateBranch()
600 ExitBranch->swapSuccessors(); in UpdateBranch()