Home
last modified time | relevance | path

Searched defs:CurLoop (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp555 Loop *CurLoop, AliasSetTracker *CurAST, in sinkRegion()
634 Loop *CurLoop; member in __anoncfbeaccc0511::ControlFlowHoister
646 ControlFlowHoister(LoopInfo *LI, DominatorTree *DT, Loop *CurLoop, in ControlFlowHoister()
886 TargetLibraryInfo *TLI, Loop *CurLoop, in hoistRegion()
1073 Loop *CurLoop) { in isLoadInvariantInLoop()
1414 static bool isFreeInLoop(const Instruction &I, const Loop *CurLoop, in isFreeInLoop()
1577 const LoopSafetyInfo *SafetyInfo, const Loop *CurLoop, in sinkThroughTriviallyReplaceablePHI()
1684 BlockFrequencyInfo *BFI, const Loop *CurLoop, in sink()
1846 const Loop *CurLoop, in isSafeToExecuteUnconditionally()
2026 Loop *CurLoop, AliasSetTracker *CurAST, MemorySSAUpdater *MSSAU, in promoteLoopAccessesToScalars()
[all …]
H A DLoopIdiomRecognize.cpp151 Loop *CurLoop = nullptr; member in __anon04ee8af90111::LoopIdiomRecognize
998 unsigned StoreSize, Loop *CurLoop, in getNumBytes()
1495 static bool detectPopcountIdiom(Loop *CurLoop, BasicBlock *PreCondBB, in detectPopcountIdiom()
1630 static bool detectShiftUntilZeroIdiom(Loop *CurLoop, const DataLayout &DL, in detectShiftUntilZeroIdiom()
2143 static bool detectShiftUntilBitTestIdiom(Loop *CurLoop, Value *&BaseX, in detectShiftUntilBitTestIdiom()
2479 static bool detectShiftUntilZeroIdiom(Loop *CurLoop, ScalarEvolution *SE, in detectShiftUntilZeroIdiom()
H A DLoopVersioningLICM.cpp193 Loop *CurLoop = nullptr; member
H A DSeparateConstOffsetFromGEP.cpp1283 GetElementPtrInst *FirstGEP, GetElementPtrInst *SecondGEP, Loop *CurLoop) { in isLegalToSwapOperand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp54 void SimpleLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo()
81 void ICFLoopSafetyInfo::computeLoopSafetyInfo(const Loop *CurLoop) { in computeLoopSafetyInfo()
106 void LoopSafetyInfo::computeBlockColors(const Loop *CurLoop) { in computeBlockColors()
121 const Loop *CurLoop) { in CanProveNotTakenFirstIteration()
163 const Loop *CurLoop, const BasicBlock *BB, in collectTransitivePredecessors()
192 bool LoopSafetyInfo::allLoopPathsLeadToBlock(const Loop *CurLoop, in allLoopPathsLeadToBlock()
H A DDependenceAnalysis.cpp376 const Loop *CurLoop) { in setPoint()
393 const Loop *CurLoop) { in setDistance()
1283 const Loop *CurLoop, unsigned Level, FullDependence &Result, in weakCrossingSIVtest()
1483 const Loop *CurLoop, unsigned Level, in exactSIVtest()
2153 const Loop *CurLoop = SrcAddRec->getLoop(); in testSIV() local
2175 const Loop *CurLoop = SrcAddRec->getLoop(); in testSIV() local
2185 const Loop *CurLoop = DstAddRec->getLoop(); in testSIV() local
2421 const Loop *CurLoop = AddRec->getLoop(); in gcdMIVtest() local
3082 const Loop *CurLoop = CurConstraint.getAssociatedLoop(); in propagateDistance() local
3108 const Loop *CurLoop = CurConstraint.getAssociatedLoop(); in propagateLine() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h99 for (const LoopT *CurLoop = ParentLoop; CurLoop; in getLoopDepth() local
363 const LoopT *CurLoop = static_cast<const LoopT *>(this); in getLoopsInPreorder() local
370 LoopT *CurLoop = static_cast<LoopT *>(this); in getLoopsInPreorder() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp847 Loop *CurLoop = LI->getLoopFor(BB); in cloneLoopWithPreheader() local
866 Loop *CurLoop = LI->getLoopFor(BB); in cloneLoopWithPreheader() local
H A DLoopUnrollAndJam.cpp782 Loop *CurLoop = LI.getLoopFor((*Blocks.begin())->front().getParent()); in checkDependencies() local
H A DLoopUtils.cpp458 llvm::collectChildrenInLoop(DomTreeNode *N, const Loop *CurLoop) { in collectChildrenInLoop()
H A DScalarEvolutionExpander.cpp762 const Loop *CurLoop = I->first; in visitAddExpr() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp634 Loop *CurLoop; member in __anon087f9c4a0511::PolynomialMultiplyRecognize
1933 bool HexagonLoopIdiomRecognize::isLegalStore(Loop *CurLoop, StoreInst *SI) { in isLegalStore()
2018 void HexagonLoopIdiomRecognize::collectStores(Loop *CurLoop, BasicBlock *BB, in collectStores()
2027 bool HexagonLoopIdiomRecognize::processCopyingStore(Loop *CurLoop, in processCopyingStore()
2373 bool HexagonLoopIdiomRecognize::runOnLoopBlock(Loop *CurLoop, BasicBlock *BB, in runOnLoopBlock()
H A DHexagonVectorLoopCarriedReuse.cpp196 Loop *CurLoop; member in __anon0d183b480111::HexagonVectorLoopCarriedReuse
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp643 const MachineLoop *CurLoop = MLI ? MLI->getLoopFor(&MBB) : nullptr; in SplitPHIEdges() local
H A DMachineTraceMetrics.cpp329 const MachineLoop *CurLoop = getLoopFor(MBB); in pickTracePred() local
357 const MachineLoop *CurLoop = getLoopFor(MBB); in pickTraceSucc() local
H A DMachineLICM.cpp133 MachineLoop *CurLoop; // The current loop we are working on. member in __anon3ed712e20111::MachineLICMBase
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp240 Loop &CurLoop, LoopInfo &LI, BlockFrequencyInfo *BFI) in PGOCounterPromoter()