Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp206 ExitBranch(Info.ExitBranch), in HardwareLoop()
222 BranchInst *ExitBranch = nullptr; member in __anon3d0d820f0111::HardwareLoop
357 (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 …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp952 *BI = HWLoopInfo.ExitBranch; in canSaveCmp()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h103 BranchInst *ExitBranch = nullptr; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp189 ExitBranch = BI; in isHardwareLoopCandidate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3506 BranchInst *ExitBranch = nullptr; in CollectFixupsAndInitialFormulae() local
3507 bool SaveCmp = TTI.canSaveCmp(L, &ExitBranch, &SE, &LI, &DT, &AC, &TLI); in CollectFixupsAndInitialFormulae()
3546 if (SaveCmp && CI == dyn_cast<ICmpInst>(ExitBranch->getCondition())) in CollectFixupsAndInitialFormulae()