Searched refs:ExitBranch (Results 1 – 5 of 5) sorted by relevance
189 ExitBranch(Info.ExitBranch), in HardwareLoop()204 BranchInst *ExitBranch = nullptr; member in __anon7620f73f0111::HardwareLoop474 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopDec()481 Value *OldCond = ExitBranch->getCondition(); in InsertLoopDec()482 ExitBranch->setCondition(NewCond); 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()525 ExitBranch->setCondition(NewCond); in UpdateBranch()[all …]
168 ExitBranch = BI; in isHardwareLoopCandidate()
1308 *BI = HWLoopInfo.ExitBranch; in canSaveCmp()
3288 BranchInst *ExitBranch = nullptr; in CollectFixupsAndInitialFormulae() local3289 bool SaveCmp = TTI.canSaveCmp(L, &ExitBranch, &SE, &LI, &DT, &AC, &TLI); in CollectFixupsAndInitialFormulae()3321 if (SaveCmp && CI == dyn_cast<ICmpInst>(ExitBranch->getCondition())) in CollectFixupsAndInitialFormulae()
100 BranchInst *ExitBranch = nullptr; member