Lines Matching refs:ExitBranch
189 ExitBranch(Info.ExitBranch), in HardwareLoop()
204 BranchInst *ExitBranch = nullptr; member in __anon7620f73f0111::HardwareLoop
296 (HWLoopInfo.ExitBlock && HWLoopInfo.ExitBranch && HWLoopInfo.ExitCount) && in TryConvertLoop()
474 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopDec()
481 Value *OldCond = ExitBranch->getCondition(); in InsertLoopDec()
482 ExitBranch->setCondition(NewCond); in InsertLoopDec()
485 if (!L->contains(ExitBranch->getSuccessor(0))) in InsertLoopDec()
486 ExitBranch->swapSuccessors(); in InsertLoopDec()
496 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopRegDec()
511 BasicBlock *Latch = ExitBranch->getParent(); in InsertPHICounter()
521 IRBuilder<> CondBuilder(ExitBranch); in UpdateBranch()
524 Value *OldCond = ExitBranch->getCondition(); in UpdateBranch()
525 ExitBranch->setCondition(NewCond); in UpdateBranch()
528 if (!L->contains(ExitBranch->getSuccessor(0))) in UpdateBranch()
529 ExitBranch->swapSuccessors(); in UpdateBranch()