Searched refs:ExitBranch (Results 1 – 5 of 5) sorted by relevance
207 ExitBranch(Info.ExitBranch), in HardwareLoop()223 BranchInst *ExitBranch = nullptr; member in __anon3d0d820f0111::HardwareLoop358 (HWLoopInfo.ExitBlock && HWLoopInfo.ExitBranch && HWLoopInfo.ExitCount) && in TryConvertLoop()539 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopDec()540 if (ExitBranch->getParent()->getParent()->getAttributes().hasFnAttr( in InsertLoopDec()549 Value *OldCond = ExitBranch->getCondition(); in InsertLoopDec()550 ExitBranch->setCondition(NewCond); in InsertLoopDec()553 if (!L->contains(ExitBranch->getSuccessor(0))) in InsertLoopDec()554 ExitBranch->swapSuccessors(); in InsertLoopDec()564 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopRegDec()[all …]
933 *BI = HWLoopInfo.ExitBranch; in canSaveCmp()
187 ExitBranch = BI; in isHardwareLoopCandidate()
3521 BranchInst *ExitBranch = nullptr; in CollectFixupsAndInitialFormulae() local3522 bool SaveCmp = TTI.canSaveCmp(L, &ExitBranch, &SE, &LI, &DT, &AC, &TLI); in CollectFixupsAndInitialFormulae()3561 if (SaveCmp && CI == dyn_cast<ICmpInst>(ExitBranch->getCondition())) in CollectFixupsAndInitialFormulae()
103 BranchInst *ExitBranch = nullptr; member