Lines Matching refs:ExitBranch
192 ExitBranch(Info.ExitBranch), in HardwareLoop()
207 BranchInst *ExitBranch = nullptr; member in __anoncb13a2ff0111::HardwareLoop
301 (HWLoopInfo.ExitBlock && HWLoopInfo.ExitBranch && HWLoopInfo.TripCount) && in TryConvertLoop()
461 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopDec()
468 Value *OldCond = ExitBranch->getCondition(); in InsertLoopDec()
469 ExitBranch->setCondition(NewCond); in InsertLoopDec()
472 if (!L->contains(ExitBranch->getSuccessor(0))) in InsertLoopDec()
473 ExitBranch->swapSuccessors(); in InsertLoopDec()
483 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopRegDec()
498 BasicBlock *Latch = ExitBranch->getParent(); in InsertPHICounter()
508 IRBuilder<> CondBuilder(ExitBranch); in UpdateBranch()
511 Value *OldCond = ExitBranch->getCondition(); in UpdateBranch()
512 ExitBranch->setCondition(NewCond); in UpdateBranch()
515 if (!L->contains(ExitBranch->getSuccessor(0))) in UpdateBranch()
516 ExitBranch->swapSuccessors(); in UpdateBranch()