Lines Matching refs:ExitBranch
207 ExitBranch(Info.ExitBranch), in HardwareLoop()
223 BranchInst *ExitBranch = nullptr; member in __anon34762e850111::HardwareLoop
358 (HWLoopInfo.ExitBlock && HWLoopInfo.ExitBranch && HWLoopInfo.ExitCount) && in TryConvertLoop()
537 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopDec()
544 Value *OldCond = ExitBranch->getCondition(); in InsertLoopDec()
545 ExitBranch->setCondition(NewCond); in InsertLoopDec()
548 if (!L->contains(ExitBranch->getSuccessor(0))) in InsertLoopDec()
549 ExitBranch->swapSuccessors(); in InsertLoopDec()
559 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopRegDec()
574 BasicBlock *Latch = ExitBranch->getParent(); in InsertPHICounter()
584 IRBuilder<> CondBuilder(ExitBranch); in UpdateBranch()
587 Value *OldCond = ExitBranch->getCondition(); in UpdateBranch()
588 ExitBranch->setCondition(NewCond); in UpdateBranch()
591 if (!L->contains(ExitBranch->getSuccessor(0))) in UpdateBranch()
592 ExitBranch->swapSuccessors(); in UpdateBranch()