Searched refs:ExitBranch (Results 1 – 5 of 5) sorted by relevance
206 ExitBranch(Info.ExitBranch), in HardwareLoop()222 BranchInst *ExitBranch = nullptr; member in __anon3d0d820f0111::HardwareLoop357 (HWLoopInfo.ExitBlock && HWLoopInfo.ExitBranch && HWLoopInfo.ExitCount) && in TryConvertLoop()537 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopDec()538 if (ExitBranch->getParent()->getParent()->getAttributes().hasFnAttr( in InsertLoopDec()545 Value *OldCond = ExitBranch->getCondition(); in InsertLoopDec()546 ExitBranch->setCondition(NewCond); in InsertLoopDec()549 if (!L->contains(ExitBranch->getSuccessor(0))) in InsertLoopDec()550 ExitBranch->swapSuccessors(); in InsertLoopDec()560 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopRegDec()[all …]
952 *BI = HWLoopInfo.ExitBranch; in canSaveCmp()
103 BranchInst *ExitBranch = nullptr; member
189 ExitBranch = BI; in isHardwareLoopCandidate()
3506 BranchInst *ExitBranch = nullptr; in CollectFixupsAndInitialFormulae() local3507 bool SaveCmp = TTI.canSaveCmp(L, &ExitBranch, &SE, &LI, &DT, &AC, &TLI); in CollectFixupsAndInitialFormulae()3546 if (SaveCmp && CI == dyn_cast<ICmpInst>(ExitBranch->getCondition())) in CollectFixupsAndInitialFormulae()