Searched refs:ExitBranch (Results 1 – 5 of 5) sorted by relevance
192 ExitBranch(Info.ExitBranch), in HardwareLoop()207 BranchInst *ExitBranch = nullptr; member in __anon01f6a13a0111::HardwareLoop299 (HWLoopInfo.ExitBlock && HWLoopInfo.ExitBranch && HWLoopInfo.TripCount) && in TryConvertLoop()466 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopDec()473 Value *OldCond = ExitBranch->getCondition(); in InsertLoopDec()474 ExitBranch->setCondition(NewCond); in InsertLoopDec()477 if (!L->contains(ExitBranch->getSuccessor(0))) in InsertLoopDec()478 ExitBranch->swapSuccessors(); in InsertLoopDec()488 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopRegDec()503 BasicBlock *Latch = ExitBranch->getParent(); in InsertPHICounter()[all …]
1264 *BI = HWLoopInfo.ExitBranch; in canSaveCmp()
163 ExitBranch = BI; in isHardwareLoopCandidate()
3255 BranchInst *ExitBranch = nullptr; in CollectFixupsAndInitialFormulae() local3256 bool SaveCmp = TTI.canSaveCmp(L, &ExitBranch, &SE, &LI, &DT, &AC, &TLI); in CollectFixupsAndInitialFormulae()3288 if (SaveCmp && CI == dyn_cast<ICmpInst>(ExitBranch->getCondition())) in CollectFixupsAndInitialFormulae()
99 BranchInst *ExitBranch = nullptr; member