Home
last modified time | relevance | path

Searched refs:ExitBranch (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DHardwareLoops.cpp192 ExitBranch(Info.ExitBranch), in HardwareLoop()
207 BranchInst *ExitBranch = nullptr; member in __anon01f6a13a0111::HardwareLoop
299 (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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp1264 *BI = HWLoopInfo.ExitBranch; in canSaveCmp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp163 ExitBranch = BI; in isHardwareLoopCandidate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3255 BranchInst *ExitBranch = nullptr; in CollectFixupsAndInitialFormulae() local
3256 bool SaveCmp = TTI.canSaveCmp(L, &ExitBranch, &SE, &LI, &DT, &AC, &TLI); in CollectFixupsAndInitialFormulae()
3288 if (SaveCmp && CI == dyn_cast<ICmpInst>(ExitBranch->getCondition())) in CollectFixupsAndInitialFormulae()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h99 BranchInst *ExitBranch = nullptr; member