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.cpp207 ExitBranch(Info.ExitBranch), in HardwareLoop()
223 BranchInst *ExitBranch = nullptr; member in __anon3d0d820f0111::HardwareLoop
358 (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 …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp933 *BI = HWLoopInfo.ExitBranch; in canSaveCmp()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp187 ExitBranch = BI; in isHardwareLoopCandidate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3521 BranchInst *ExitBranch = nullptr; in CollectFixupsAndInitialFormulae() local
3522 bool SaveCmp = TTI.canSaveCmp(L, &ExitBranch, &SE, &LI, &DT, &AC, &TLI); in CollectFixupsAndInitialFormulae()
3561 if (SaveCmp && CI == dyn_cast<ICmpInst>(ExitBranch->getCondition())) in CollectFixupsAndInitialFormulae()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h103 BranchInst *ExitBranch = nullptr; member